components/networkAgent: Fix small mistake
Fixes: c1ff00c01 ("notification: Use the same Source for showing system notifications") Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3200>
This commit is contained in:
parent
f71c25891a
commit
a80e0bba5c
@ -781,7 +781,7 @@ class NetworkAgent {
|
||||
return;
|
||||
}
|
||||
|
||||
const source = new MessageTray.getSystemSource();
|
||||
const source = MessageTray.getSystemSource();
|
||||
const notification = new MessageTray.Notification(source, title, body);
|
||||
notification.iconName = 'dialog-password-symbolic';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user