Minor bugfix of minor bugfix...

This commit is contained in:
waydabber 2021-08-11 20:05:39 +02:00
parent cb17f572dc
commit 994d9938b0
3 changed files with 3 additions and 3 deletions

View file

@ -210,7 +210,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}
DisplayManager.shared.addDisplay(display: display)
}
if !firstrun {
if firstrun {
DisplayManager.shared.resetSwBrightness()
} else {
DisplayManager.shared.restoreSwBrightness()

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1848</string>
<string>1849</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>1848</string>
<string>1849</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>