mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Fixed values for audioMuteScreenBlank being persisted to audioSpeakerVolume (#130)
This commit is contained in:
parent
97bcd136bf
commit
48f352b7f8
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ class Utils: NSObject {
|
|||
os_log(" - current ddc value: %{public}@", type: .info, String(muteValues!.current))
|
||||
os_log(" - maximum ddc value: %{public}@", type: .info, String(muteValues!.max))
|
||||
|
||||
display.saveValue(Int(muteValues!.current), for: command)
|
||||
display.saveMaxValue(Int(muteValues!.max), for: command)
|
||||
display.saveValue(Int(muteValues!.current), for: .audioMuteScreenBlank)
|
||||
display.saveMaxValue(Int(muteValues!.max), for: .audioMuteScreenBlank)
|
||||
}
|
||||
|
||||
// If the system is not currently muted, or doesn't support the mute command, display the current volume as the slider value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue