Support Windows 7 notifications from brightray

This commit is contained in:
Samuel Attard 2017-04-24 09:47:18 +10:00
parent a4bd26fab0
commit 6bbc4c3113
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
5 changed files with 85 additions and 9 deletions

View file

@ -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!!'));