Minor bugfix

This commit is contained in:
waydabber 2021-08-11 19:24:33 +02:00
parent 4b2b1d341d
commit a3ea412227
3 changed files with 4 additions and 2 deletions

View file

@ -211,6 +211,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
DisplayManager.shared.addDisplay(display: display)
}
if !firstrun {
DisplayManager.shared.resetSwBrightness()
} else {
DisplayManager.shared.restoreSwBrightness()
}
self.updateAVServices()

View file

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

View file

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