classic: Account for removal of app menu

We no longer include the app menu in the regular GNOME session,
we shouldn't bring it back in Classic (not least because there
never was a similar menu in GNOME 2).

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/255>
This commit is contained in:
Florian Müllner
2023-05-26 21:00:14 +02:00
parent 904ead1fb1
commit ced3c94dfa
+1 -1
View File
@@ -4,7 +4,7 @@
"hasOverview": false,
"showWelcomeDialog": false,
"enabledExtensions": [@CLASSIC_EXTENSIONS@],
"panel": { "left": ["appMenu"],
"panel": { "left": [],
"center": [],
"right": ["a11y", "keyboard", "dateMenu", "quickSettings"]
}