Update command for Extensions app

The old command was removed from GNOME 47:
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3456
This commit is contained in:
Balló György
2024-11-24 22:47:25 +01:00
committed by GitHub
parent 504ede4cbc
commit ef7678f94c

View File

@@ -1818,7 +1818,7 @@ export const MyShowAppsIconMenu = class extends PopupMenu.PopupMenu {
this._appendItem({
title: _('Extensions'),
cmd: ['gnome-shell-extension-prefs']
cmd: ['gnome-extensions-app']
});
this._appendItem({