bayleedev / electron-notifications

:boom: A node module for sending notifications in electron applications.
MIT License
133 stars 54 forks source link

emit options to onclick event) #23

Closed cgerikj closed 7 years ago

cgerikj commented 7 years ago

Tiny change that allows you to access a notifications options in 'buttonClicked' events. Can be used to store an URL for example that later opens in the click event. I think the change I did only affects button clicks though?

bayleedev commented 7 years ago

Thanks!