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));