From 77d7b9d077bd981f71edfa9125f66fbf0bc3ba66 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 9 Jun 2025 14:45:23 +0800 Subject: [PATCH] Do not remove action when called --- Flow.Launcher/Notification.cs | 1 - 1 file changed, 1 deletion(-) 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); } }; }