luckymarmot/ThemeKit

ThemeKit blocks menu bar icon tint update on macOS 11

teologov opened this issue · 0 comments

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.

image

Note: it works as expected with button.isTemplate=true without ThemeKit.