mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 00:34:45 +00:00
notifications: do not expire notificationa after invoking action
This may close notification before action is passed and this causes the action to not work.
This commit is contained in:
parent
557e48c100
commit
73b5595139
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ Item {
|
||||||
notificationsModel.invokeAction(notificationsModel.index(modelIndex, 0), actionName, NotificationManager.Close); // notification closes
|
notificationsModel.invokeAction(notificationsModel.index(modelIndex, 0), actionName, NotificationManager.Close); // notification closes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
expire();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (notificationItem.requestToInvoke) {
|
if (notificationItem.requestToInvoke) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue