notification: Stop using 'update()' from MessageTray.Notification
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173>
This commit is contained in:

committed by
Florian Müllner

parent
b746ab05b3
commit
cc60ce7f94
@ -53,7 +53,7 @@ export class WindowAttentionHandler {
|
||||
|
||||
window.connectObject('notify::title', () => {
|
||||
[title, body] = this._getTitleAndBanner(app, window);
|
||||
notification.update(title, body);
|
||||
notification.set({title, body});
|
||||
}, source);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user