mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-06-02 06:02:20 -06:00
Minor bugfix of minor bugfix...
This commit is contained in:
parent
cb17f572dc
commit
994d9938b0
3 changed files with 3 additions and 3 deletions
|
|
@ -210,7 +210,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
}
|
||||
DisplayManager.shared.addDisplay(display: display)
|
||||
}
|
||||
if !firstrun {
|
||||
if firstrun {
|
||||
DisplayManager.shared.resetSwBrightness()
|
||||
} else {
|
||||
DisplayManager.shared.restoreSwBrightness()
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue