mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Update ddcctl
This commit is contained in:
parent
effa6039d5
commit
38137e84e9
2 changed files with 3 additions and 2 deletions
|
|
@ -282,7 +282,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
}
|
||||
|
||||
func getDescriptorString(_ edid: EDID, _ type: UInt8) -> String? {
|
||||
for d in [edid.descriptor1, edid.descriptor2, edid.descriptor3, edid.descriptor4] {
|
||||
for (_, d) in Mirror(reflecting: edid.descriptors).children {
|
||||
let d = d as! descriptor
|
||||
if d.text.type == UInt8(type) {
|
||||
return edidString(d)
|
||||
}
|
||||
|
|
|
|||
2
ddcctl
2
ddcctl
|
|
@ -1 +1 @@
|
|||
Subproject commit dda64ce43cdf0c16b2bedcf744033911a2bb88c5
|
||||
Subproject commit d11c3f4a63a090923b55ec93f363b381f2729d0c
|
||||
Loading…
Add table
Add a link
Reference in a new issue