You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my background is dark, the icons draw with white. But animation is glitchy because set_icon sets the icon colored with black, and only set_icon_as_tempalte call repaints it.
I wish these settings applied simultaneously or at least icon_is_template didn't change when I update the icon with set_icon. Is it possible to add this change to API?
The text was updated successfully, but these errors were encountered:
I want to animate a system tray icon of a macOS app. For that I change the icon with a small delay:
When my background is dark, the icons draw with white. But animation is glitchy because
set_icon
sets the icon colored with black, and onlyset_icon_as_tempalte
call repaints it.I wish these settings applied simultaneously or at least
icon_is_template
didn't change when I update the icon withset_icon
. Is it possible to add this change to API?The text was updated successfully, but these errors were encountered: