mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Do not remove action when called
This commit is contained in:
parent
d787bba9a7
commit
77d7b9d077
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ namespace Flow.Launcher
|
|||
if (_notificationActions.TryGetValue(actionId, out var action))
|
||||
{
|
||||
action?.Invoke();
|
||||
_notificationActions.Remove(actionId);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue