oriash93 / AutoClicker

AutoClicker is a useful simple tool for automating mouse clicks.
MIT License
282 stars 118 forks source link

Change application icon when AutoClicker operation is running #32

Closed oriash93 closed 3 years ago

oriash93 commented 3 years ago

Inspired with the suggestion of two icons here #18.

Currently, we only show the gray icon. It will be nice to toggle showing the green icon when the operation is running.

We need to see if and how WPF allows changing the icon in runtime.

QuarantineMark commented 3 years ago

Perhaps in the system tray at the very least #15.

oriash93 commented 3 years ago

Perhaps in the system tray at the very least #15.

actually the taskbar is more intuitive (and simple to implement)