We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like the icon image in the menu bar is not set as template, therefore it wont be automatically changed into a white version by Yosemite.
See bellow I used the dropbox src tiff images to test and show the issue. (the 2nd is my app, the 3rd dropbox)
I found a link which seems to explain how to fix that:
// Load icon var icon = NSImage(named: "statusIcon") // Fixes dark mode icon.setTemplate(true)
Tested on node-webkit v0.10.5 OSX 10.10 of course...
The text was updated successfully, but these errors were encountered:
Some additional informations on setTemplate can be found here: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSImage_Class/index.html#//apple_ref/occ/instm/NSImage/setTemplate:
Sorry, something went wrong.
No branches or pull requests
It looks like the icon image in the menu bar is not set as template, therefore it wont be automatically changed into a white version by Yosemite.
See bellow I used the dropbox src tiff images to test and show the issue. (the 2nd is my app, the 3rd dropbox)
I found a link which seems to explain how to fix that:
Tested on node-webkit v0.10.5
OSX 10.10 of course...
The text was updated successfully, but these errors were encountered: