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
global.tray = new gui.Tray({ tooltip: 'tooltip', title: 'title', icon: 'app/img/icon_16.png', menu:menu });
version v0.9.2
The text was updated successfully, but these errors were encountered:
@rogerwang confirmed on windows 8.1 with node-webkit 0.10.4
Works only this way:
var tray = new gui.Tray({ tooltip: 'this not works' , icon: 'icon.png' }); tray.tooltip = 'this works';
Sorry, something went wrong.
No branches or pull requests
global.tray = new gui.Tray({
tooltip: 'tooltip',
title: 'title',
icon: 'app/img/icon_16.png',
menu:menu
});
version v0.9.2
The text was updated successfully, but these errors were encountered: