diff --git a/Flow.Launcher/Notification.cs b/Flow.Launcher/Notification.cs index d277c45df..76a9d2adc 100644 --- a/Flow.Launcher/Notification.cs +++ b/Flow.Launcher/Notification.cs @@ -25,7 +25,6 @@ namespace Flow.Launcher if (_notificationActions.TryGetValue(actionId, out var action)) { action?.Invoke(); - _notificationActions.Remove(actionId); } }; }