Skip to content

Commit 994d993

Browse files
committed
Minor bugfix of minor bugfix...
1 parent cb17f57 commit 994d993

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

MonitorControl/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
210210
}
211211
DisplayManager.shared.addDisplay(display: display)
212212
}
213-
if !firstrun {
213+
if firstrun {
214214
DisplayManager.shared.resetSwBrightness()
215215
} else {
216216
DisplayManager.shared.restoreSwBrightness()

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1848</string>
22+
<string>1849</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

MonitorControlHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1848</string>
22+
<string>1849</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)