feature: support GNOME Shell version 46

There don't seem to be any changes relevant to the functionality of this
extension.
This commit is contained in:
June 2024-09-11 03:02:02 +02:00
parent d88034f345
commit e04ac8a3ee
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
"name": "Top Bar Organizer", "name": "Top Bar Organizer",
"description": "Organize the items of the top (menu)bar.", "description": "Organize the items of the top (menu)bar.",
"version": 10, "version": 10,
"shell-version": [ "45" ], "shell-version": [ "45", "46" ],
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
"url": "https://gitlab.gnome.org/julianschacher/top-bar-organizer" "url": "https://gitlab.gnome.org/julianschacher/top-bar-organizer"
} }