From 994d9938b0facc91971fe38672b84bc65fbddc9f Mon Sep 17 00:00:00 2001 From: waydabber <37590873+waydabber@users.noreply.github.com> Date: Wed, 11 Aug 2021 20:05:39 +0200 Subject: [PATCH] Minor bugfix of minor bugfix... --- MonitorControl/AppDelegate.swift | 2 +- MonitorControl/Info.plist | 2 +- MonitorControlHelper/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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