status/thunderbolt: 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 15:59:46 +01:00
parent 1db3ff301d
commit 2bbe03c473

View File

@ -269,7 +269,7 @@ class Indicator extends SystemIndicator {
if (app)
app.activate();
});
this._source.showNotification(this._notification);
source.showNotification(this._notification);
}
/* Session callbacks */