From e8870f71d94de8f169da9a5c432c072869a034d8 Mon Sep 17 00:00:00 2001 From: ernstbeckerneto Date: Sun, 31 Mar 2024 00:31:41 -0300 Subject: [PATCH] Port to GNOME 46 --- src/metadata.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/metadata.json b/src/metadata.json index ee5392b..bce233a 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -1,10 +1,9 @@ { "name": "Default Workspace", "description": "Switches to the specified workspace on login.\nUseful for fixed number of workspace setups where the first workspace isn't the main one.", - "shell-version": ["45"], + "shell-version": ["45", "46"], "url": "https://github.com/MateusRodCosta/gnome-shell-extension-default-workspace", "uuid": "default-workspace@mateusrodcosta.com", "settings-schema": "org.gnome.shell.extensions.default-workspace", - "version": 6 - + "version": 7 }