node-webkit-desktop-notification
node-webkit-desktop-notification copied to clipboard
Notification hide itself on second screen
Notification hide itself to second screen. On two or more displays it's very unconfortable :/
Duplicate of #4?
I'm sorry I missed this issue.
any resolution to this one ?
You will find everything you need here !
Add this at the beginning of the show() function
this.win.show();
Add this at the beginning of the release() function
wind.hide();