Update metadata.json with Gnome Shell 50

This commit is contained in:
2026-06-20 11:49:55 +02:00
parent c6907ea93f
commit 3afd5ded5e
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -800,6 +800,7 @@ class GenericMonitorDBUS {
} }
this.monitor_groups = {}; this.monitor_groups = {};
this._dbusImpl.unexport(); this._dbusImpl.unexport();
this._dbusImpl = null;
} }
} }
+2 -1
View File
@@ -2,8 +2,9 @@
"uuid": "generic-monitor@gnome-shell-extensions", "uuid": "generic-monitor@gnome-shell-extensions",
"name": "Generic Monitor", "name": "Generic Monitor",
"description": "Display text & icon on systray using DBUS", "description": "Display text & icon on systray using DBUS",
"version": "20", "version": "21",
"shell-version": [ "shell-version": [
"50",
"49" "49"
], ],
"url": "https://forge.soutade.fr/soutade/GnomeShellGenericMonitor" "url": "https://forge.soutade.fr/soutade/GnomeShellGenericMonitor"