Seems like the NSStatusItem code may need some reworking, especially to support dark mode. Good notes on the issue here -
http://indiestack.com/2014/10/yosemites-dark-mode/
But since we don't use icons directly (custom view), it seems like setTemplate isn't a quick fix for us.
Seems like the
NSStatusItemcode may need some reworking, especially to support dark mode. Good notes on the issue here -http://indiestack.com/2014/10/yosemites-dark-mode/
But since we don't use icons directly (custom view), it seems like
setTemplateisn't a quick fix for us.