node-webkit-desktop-notification icon indicating copy to clipboard operation
node-webkit-desktop-notification copied to clipboard

Notification hide itself on second screen

Open siwymilek opened this issue 11 years ago • 4 comments

Notification hide itself to second screen. On two or more displays it's very unconfortable :/

siwymilek avatar Nov 24 '14 15:11 siwymilek

Duplicate of #4?

adam-lynch avatar Nov 24 '14 15:11 adam-lynch

I'm sorry I missed this issue.

siwymilek avatar Nov 24 '14 15:11 siwymilek

any resolution to this one ?

akmsharma avatar Apr 13 '15 09:04 akmsharma

You will find everything you need here !


Add this at the beginning of the show() function

this.win.show();

capture


Add this at the beginning of the release() function

wind.hide();

capture2

r0xsh avatar Jul 12 '15 16:07 r0xsh