pr8x / DesktopNotifications

A cross-platform C# library for native desktop "toast" notifications.
MIT License
182 stars 32 forks source link

Bugfix: Multiple command execution on button click #15

Open onionware-github opened 1 year ago

onionware-github commented 1 year ago

When you click the button in the notification, its possible that the event gets executed multiple times. Now the notification gets removed from the dictionary after the first execution of "OnNotifyActionInvoked" and will be null if the method runs again for the same command.

onionware-github commented 1 year ago

Maybe also publish a new Nuget release?