fdoNotificationDaemon: Don't close all notifications of a source on activation

Don't close all notifications of a source when a notification, without
a default action, is activated.

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6983
This commit is contained in:
Julian Sparber 2024-03-06 18:10:21 +01:00
parent 46c74acb1b
commit 43cb736cbd

View file

@ -368,7 +368,6 @@ class FdoNotificationDaemonSource extends MessageTray.Source {
open() {
this.openApp();
this.destroyNonResidentNotifications();
}
openApp() {