mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
fdoNotificationDaemon: Don't reshow a banner for updated notifications
There is arguably some room for interpretation but the notification specs suggest that a notification should be updated without any "visual cues" therefore the notification shouldn't show a banner again when it's replaced.
This commit is contained in:
parent
21fd4f1a1c
commit
be8fbc9145
1 changed files with 0 additions and 1 deletions
|
|
@ -206,7 +206,6 @@ class FdoNotificationDaemon {
|
|||
gicon,
|
||||
useBodyMarkup: true,
|
||||
sound: new MessageTray.Sound(soundFile, hints['sound-name']),
|
||||
acknowledged: false,
|
||||
});
|
||||
notification.clearActions();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue