mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-26 06:02:15 -06:00
Add open sound/brightness preferences from media keys (#168)
This commit is contained in:
parent
afa31400d8
commit
31c313d17b
6 changed files with 32 additions and 6 deletions
|
|
@ -46,7 +46,7 @@ class ExternalDisplay: Display {
|
|||
return
|
||||
}
|
||||
|
||||
for _ in 0..<20 {
|
||||
for _ in 0 ..< 20 {
|
||||
_ = self.ddc?.write(command: .osd, value: UInt16(1), errorRecoveryWaitTime: 2000)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue