We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4b6a0 commit 59946f1Copy full SHA for 59946f1
1 file changed
files/usr/share/cinnamon/applets/notifications@cinnamon.org/applet.js
@@ -144,7 +144,6 @@ class CinnamonNotificationsApplet extends Applet.TextIconApplet {
144
return;
145
}
146
147
- notification.actor.unparent();
148
let existing_index = this.notifications.indexOf(notification);
149
if (existing_index != -1) { // This notification is already listed.
150
if (notification._destroyed) {
0 commit comments