diff --git a/MonitorControl/Info.plist b/MonitorControl/Info.plist
index 72c4264..f85806c 100644
--- a/MonitorControl/Info.plist
+++ b/MonitorControl/Info.plist
@@ -19,7 +19,7 @@
CFBundleShortVersionString
$(MARKETING_VERSION)
CFBundleVersion
- 1228
+ 1229
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/MonitorControl/Support/Utils.swift b/MonitorControl/Support/Utils.swift
index cfd5b40..0b5c231 100644
--- a/MonitorControl/Support/Utils.swift
+++ b/MonitorControl/Support/Utils.swift
@@ -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)!)
diff --git a/MonitorControlHelper/Info.plist b/MonitorControlHelper/Info.plist
index c590ec9..4a93050 100644
--- a/MonitorControlHelper/Info.plist
+++ b/MonitorControlHelper/Info.plist
@@ -19,7 +19,7 @@
CFBundleShortVersionString
$(MARKETING_VERSION)
CFBundleVersion
- 1228
+ 1229
LSApplicationCategoryType
public.app-category.utilities
LSBackgroundOnly