fix(#1882): show sender window with default actions

This commit is contained in:
Alexander Nabokikh
2026-02-18 15:03:29 +01:00
parent 5cbcb0b602
commit d2b9cd9d5a
+1
View File
@@ -502,6 +502,7 @@ Variants {
function runAction(actionId, isDismissed) {
if (!isDismissed) {
NotificationService.focusSenderWindow(model.appName);
NotificationService.invokeActionAndSuppressClose(notificationId, actionId);
} else if (Settings.data.notifications.clearDismissed) {
NotificationService.removeFromHistory(notificationId);