From 2bbe03c473fdc1e8108babb90494c87a6e16d9aa Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Tue, 13 Feb 2024 15:59:46 +0100 Subject: [PATCH] status/thunderbolt: Fix small mistake After introducing the system source this mistake was introduced. Part-of: --- js/ui/status/thunderbolt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/thunderbolt.js b/js/ui/status/thunderbolt.js index f7cc64b8c..df3622393 100644 --- a/js/ui/status/thunderbolt.js +++ b/js/ui/status/thunderbolt.js @@ -269,7 +269,7 @@ class Indicator extends SystemIndicator { if (app) app.activate(); }); - this._source.showNotification(this._notification); + source.showNotification(this._notification); } /* Session callbacks */