mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1092
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/MonitorControl/MonitorControl/pull/356
Author: @robertbressi
Created: 12/27/2020
Status: ❌ Closed
Base:
master← Head:robertbressi/170-make-muting-a-preference📝 Commits (1)
a27a349Made enabling mute/unmute an advanced preference (#170)📊 Changes
14 files changed (+141 additions, -51 deletions)
View changed files
📝
MonitorControl.xcodeproj/project.pbxproj(+4 -0)📝
MonitorControl/Model/ExternalDisplay.swift(+12 -8)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+60 -43)➕
MonitorControl/UI/Cells/EnableMuteCellView.swift(+31 -0)📝
MonitorControl/UI/de.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/en.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/fr.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/it.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/ja.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/pl.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/ru.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/uk.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/zh-Hans.lproj/Main.strings(+3 -0)📝
MonitorControl/View Controllers/AdvancedPrefsViewController.swift(+7 -0)📄 Description
What Did You Change?
Why Did You Change It?
This change is a confluence of different issues with volume control and muting:
Due to the wonky support for the 0x8D mute command by different displays, and the current inability to identify a universally-applicable pattern that can be applied to automatically determine 0x8D support, this change is necessary to ensure that as many displays as possible can have their volume control and mute/unmute needs met by MonitorControl.
Screenshots/GIFs
Potential Risks Introduced
off), which may cause reports similar to https://github.com/MonitorControl/MonitorControl/issues/94Testing Steps
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.