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
Hi, I noticed a bug when NSStatusBarButton icon tint doesn't update dynamically when using ThemeKit. Setting button.isTemplate=true doesn't help. It seems it just keeps either a dark or light theme, even if ThemeManager.systemTheme is applied.
Note: it works as expected with button.isTemplate=true without ThemeKit.
The text was updated successfully, but these errors were encountered:
Hi, I noticed a bug when
NSStatusBarButton
icon tint doesn't update dynamically when usingThemeKit
. Settingbutton.isTemplate=true
doesn't help. It seems it just keeps either a dark or light theme, even ifThemeManager.systemTheme
is applied.Note: it works as expected with
button.isTemplate=true
withoutThemeKit
.The text was updated successfully, but these errors were encountered: