File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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) !)
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments