diff --git a/MonitorControl/AppDelegate.swift b/MonitorControl/AppDelegate.swift index d6b210f..673c634 100644 --- a/MonitorControl/AppDelegate.swift +++ b/MonitorControl/AppDelegate.swift @@ -210,7 +210,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { } DisplayManager.shared.addDisplay(display: display) } - if !firstrun { + if firstrun { DisplayManager.shared.resetSwBrightness() } else { DisplayManager.shared.restoreSwBrightness() diff --git a/MonitorControl/Info.plist b/MonitorControl/Info.plist index 3191335..c505105 100644 --- a/MonitorControl/Info.plist +++ b/MonitorControl/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1848 + 1849 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/MonitorControlHelper/Info.plist b/MonitorControlHelper/Info.plist index ac77d5a..028829d 100644 --- a/MonitorControlHelper/Info.plist +++ b/MonitorControlHelper/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1848 + 1849 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly