diff --git a/MonitorControl/AppDelegate.swift b/MonitorControl/AppDelegate.swift index 4be832c..d6b210f 100644 --- a/MonitorControl/AppDelegate.swift +++ b/MonitorControl/AppDelegate.swift @@ -211,6 +211,8 @@ class AppDelegate: NSObject, NSApplicationDelegate { DisplayManager.shared.addDisplay(display: display) } if !firstrun { + DisplayManager.shared.resetSwBrightness() + } else { DisplayManager.shared.restoreSwBrightness() } self.updateAVServices() diff --git a/MonitorControl/Info.plist b/MonitorControl/Info.plist index 82f664d..d11fb5f 100644 --- a/MonitorControl/Info.plist +++ b/MonitorControl/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1832 + 1833 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/MonitorControlHelper/Info.plist b/MonitorControlHelper/Info.plist index d324d9a..4f1a5f2 100644 --- a/MonitorControlHelper/Info.plist +++ b/MonitorControlHelper/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1832 + 1833 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly