From 6d3fbceec91e719ad5086458ea2f7a0f3eeaec6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 28 Sep 2024 04:54:18 +0200 Subject: [PATCH] classic: Add missing top bar indicators The only intended difference from the regular session is that the date menu moves to the right. However in the meantime, gnome-shell added a couple more (usually hidden) indicators, but we never updated the session mode definition. Part-of: (cherry picked from commit 81aade66592fbb14a05bfefd8b71cc6f9a9f9261) --- data/classic.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/classic.json.in b/data/classic.json.in index ef003e36..cbafdba2 100644 --- a/data/classic.json.in +++ b/data/classic.json.in @@ -5,6 +5,6 @@ "enabledExtensions": [@CLASSIC_EXTENSIONS@], "panel": { "left": ["activities"], "center": [], - "right": ["a11y", "keyboard", "dateMenu", "quickSettings"] + "right": ["screenRecording", "screenSharing", "dwellClick", "a11y", "keyboard", "dateMenu", "quickSettings"] } }