mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue