ui: Rename gnome-control-center to org.gnome.Settings

The app-id has changes since  [1].

[1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1153

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2123>
This commit is contained in:
Georges Basile Stavracas Neto
2022-01-21 10:24:02 -03:00
parent e7c728a4c1
commit 87927b8281
4 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@ function loadRemoteSearchProviders(searchSettings, callback) {
let sortOrder = searchSettings.get_strv('sort-order');
// Special case gnome-control-center to be always active and always first
sortOrder.unshift('gnome-control-center.desktop');
sortOrder.unshift('org.gnome.Settings.desktop');
const disabled = searchSettings.get_strv('disabled');
const enabled = searchSettings.get_strv('enabled');