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:
Julian Sparber 2024-02-20 11:55:06 +01:00
parent f71c25891a
commit a80e0bba5c

View File

@ -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';