mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
messageTray: Notify count when adding a notification
Adding a notification clearly constitutes a count change, but the notify call was accidentally dropped during the overhaul of the notification API. Fixes:34f05b075b("messageTray: Let the tray decide whether to show a banner") Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3308> (cherry picked from commit2c43225575)
This commit is contained in:
parent
86ed75b92d
commit
6dde8b9471
1 changed files with 1 additions and 0 deletions
|
|
@ -572,6 +572,7 @@ export const Source = GObject.registerClass({
|
|||
|
||||
this.emit('notification-added', notification);
|
||||
this.emit('notification-request-banner', notification);
|
||||
this.countUpdated();
|
||||
}
|
||||
|
||||
destroy(reason) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue