Skip to content

Commit

Permalink
chore: Change the icon itself to something else when running the clic…
Browse files Browse the repository at this point in the history
…king to make it extra apparent its running
  • Loading branch information
othyn committed Jul 3, 2023
1 parent 1cdb422 commit ac80152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto-clicker/Services/MenuBarService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ final class MenuBarService {

if Defaults[.menuBarShowDynamicIcon],
let statusBarButton = self.statusBarItem?.button {
statusBarButton.image = NSImage(systemSymbolName: "cursorarrow.click.2", accessibilityDescription: "auto clicker")
statusBarButton.image = statusBarButton.image!.withSymbolConfiguration(
NSImage.SymbolConfiguration(paletteColors: [NSColor(Color.primary), newColor])
)
Expand Down

0 comments on commit ac80152

Please sign in to comment.