From 4dc63910ce356c1a44f868c8b93875d630306f6b Mon Sep 17 00:00:00 2001 From: Nathan Baulch Date: Mon, 4 May 2026 14:32:39 +1000 Subject: [PATCH] Fix indicator button click on Gnome 50 --- Resource_Monitor@Ory0n/extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resource_Monitor@Ory0n/extension.js b/Resource_Monitor@Ory0n/extension.js index 155ee6c..9b9a573 100644 --- a/Resource_Monitor@Ory0n/extension.js +++ b/Resource_Monitor@Ory0n/extension.js @@ -366,6 +366,7 @@ const ResourceMonitor = GObject.registerClass( this._connectSettingsSignals(); + this.clear_actions(); this.connect("button-press-event", this._clickManager.bind(this)); this.connect("key-press-event", this._onKeyPressEvent.bind(this));