summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-11-26 02:48:59 +0100
committerWill Thompson <wjt@endlessos.org>2022-12-02 15:06:32 +0000
commit1d68eb35fe381d9b702b83c18fcd56a6f578abf4 (patch)
treef5dd5de288616eb0ef89e767cf348b717de43a97
parente2ed278ed31199fa6d3838415daac6817c481bf9 (diff)
downloadgnome-initial-setup-1d68eb35fe381d9b702b83c18fcd56a6f578abf4.tar.gz
data: Update gnome-shell session mode
The "aggregateMenu" component was replaced with "quickSettings" in GNOME 43. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/166> (cherry picked from commit 1a347bffafd0ecab4dcc97217275646df2900dd0)
-rw-r--r--data/initial-setup.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/initial-setup.json b/data/initial-setup.json
index d56b03a..35fae95 100644
--- a/data/initial-setup.json
+++ b/data/initial-setup.json
@@ -3,6 +3,6 @@
"components": ["networkAgent"],
"panel": { "left": [],
"center": [],
- "right": ["a11y", "keyboard", "aggregateMenu"]
+ "right": ["a11y", "keyboard", "quickSettings"]
}
}