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:
parent
1db3ff301d
commit
2bbe03c473
@ -269,7 +269,7 @@ class Indicator extends SystemIndicator {
|
|||||||
if (app)
|
if (app)
|
||||||
app.activate();
|
app.activate();
|
||||||
});
|
});
|
||||||
this._source.showNotification(this._notification);
|
source.showNotification(this._notification);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Session callbacks */
|
/* Session callbacks */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user