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
To support OS X 10.10's dark menu bar, template images should be used for the status bar icon. There's a thread over StackOverflow that might help.
If this is not feasible, inverted versions of ./app/client/qrc/systray_icon_pressed_mac.png and systray_icon_rest_mac.png should be added, and the client should detect if the user's using Dark Mode like this (Obj-C, Swift, Bash):
To support OS X 10.10's dark menu bar, template images should be used for the status bar icon. There's a thread over StackOverflow that might help.
If this is not feasible, inverted versions of
./app/client/qrc/systray_icon_pressed_mac.png
andsystray_icon_rest_mac.png
should be added, and the client should detect if the user's using Dark Mode like this (Obj-C, Swift, Bash):defaults read -g AppleInterfaceStyle
The text was updated successfully, but these errors were encountered: