status/network: Fix small mistake

After introducing the system source this mistake was introduced.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3188>
This commit is contained in:
Julian Sparber 2024-02-13 16:02:30 +01:00
parent 502a592362
commit 810a137f07

View File

@ -2046,7 +2046,6 @@ class Indicator extends SystemIndicator {
this._notification.connect('destroy', this._notification.connect('destroy',
() => (this._notification = null)); () => (this._notification = null));
Main.messageTray.add(source);
source.showNotification(this._notification); source.showNotification(this._notification);
} }