Skip to content

Commit eed4111

Browse files
committed
fix: Big Sur crash when using contrast slider
1 parent 09e5e2a commit eed4111

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1228</string>
22+
<string>1229</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

MonitorControl/Support/Utils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Utils: NSObject {
3232
switch command {
3333
case .audioSpeakerVolume: iconName = "speaker.wave.2"
3434
case .brightness: iconName = "sun.max"
35-
case .contrast: iconName = "circle.lefthalf.filled"
35+
case .contrast: iconName = "circle.lefthalf.fill"
3636
default: break
3737
}
3838
let icon = NSImageView(image: NSImage(systemSymbolName: iconName, accessibilityDescription: title)!)

MonitorControlHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1228</string>
22+
<string>1229</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)