Support Windows 7 notifications from brightray
This commit is contained in:
parent
a4bd26fab0
commit
6bbc4c3113
5 changed files with 85 additions and 9 deletions
|
@ -34,7 +34,7 @@ exports.load = (appUrl) => {
|
|||
silent: true,
|
||||
icon: '/Users/samuel/Downloads/ninja.png',
|
||||
hasReply: true,
|
||||
replyPlacehodler: 'Type Here!!'
|
||||
replyPlaceholder: 'Type Here!!'
|
||||
});
|
||||
n.on('show', () => console.log('showed'));
|
||||
n.on('click', () => console.info('clicked!!'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue