tauri-apps / tray-icon

Tray icons for Desktop Applications.
Apache License 2.0
183 stars 27 forks source link

fix: reset image on template change #130

Closed pronebird closed 3 months ago

pronebird commented 3 months ago

Hi,

I have noticed that on macOS when alternating between colored tray icon and template image, sometimes the tray icon doesn't reflect the "template" setting. I have described that in more detail in https://github.com/tauri-apps/tauri/issues/9332

This PR fixes this by tossing the same NSImage at tray after updating the isTemplate setting which forces the icon to repaint.

closes tauri-apps/tauri#9332