mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-16 06:05:52 -06:00
Minor bugfix
This commit is contained in:
parent
4b2b1d341d
commit
a3ea412227
3 changed files with 4 additions and 2 deletions
|
|
@ -211,6 +211,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
DisplayManager.shared.addDisplay(display: display)
|
||||
}
|
||||
if !firstrun {
|
||||
DisplayManager.shared.resetSwBrightness()
|
||||
} else {
|
||||
DisplayManager.shared.restoreSwBrightness()
|
||||
}
|
||||
self.updateAVServices()
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1832</string>
|
||||
<string>1833</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>1832</string>
|
||||
<string>1833</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue