mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
fix: Big Sur crash when using contrast slider
This commit is contained in:
parent
09e5e2a248
commit
eed41112ae
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1228</string>
|
||||
<string>1229</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class Utils: NSObject {
|
|||
switch command {
|
||||
case .audioSpeakerVolume: iconName = "speaker.wave.2"
|
||||
case .brightness: iconName = "sun.max"
|
||||
case .contrast: iconName = "circle.lefthalf.filled"
|
||||
case .contrast: iconName = "circle.lefthalf.fill"
|
||||
default: break
|
||||
}
|
||||
let icon = NSImageView(image: NSImage(systemSymbolName: iconName, accessibilityDescription: title)!)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1228</string>
|
||||
<string>1229</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue