DesktopNotifications
DesktopNotifications copied to clipboard
Bugfix: Multiple command execution on button click
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.
Maybe also publish a new Nuget release?