Fix issue when turning off DDC for a display

This commit is contained in:
waydabber 2021-08-14 17:04:18 +02:00
parent ccdda83d33
commit 6136aaee42
3 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>2320</string>
<string>2322</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>

View file

@ -20,6 +20,7 @@ class ForceSwCellView: NSTableCellView {
default:
break
}
_ = display.resetSwBrightness()
app.updateMenus()
}
}

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>2320</string>
<string>2322</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>