Add open sound/brightness preferences from media keys (#168)

This commit is contained in:
paphonb 2020-05-31 23:06:30 +07:00 committed by GitHub
parent afa31400d8
commit 31c313d17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 6 deletions

View file

@ -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)
}
}