From 3ea672efe686d8f77547c448f7ec4620e62f2db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Mon, 23 Jan 2023 16:22:03 +0100 Subject: [PATCH] panel: Remove the appMenu indicator Over time the app menu has proved to be an issue and lately there has been some movement to fix that (see also https://gitlab.gnome.org/Teams/Design/os-mockups/-/issues/198). As a first step, let's stop showing the indicator (not removing the code yet) so that we can iterate on a more elegant solution. Part-of: --- js/ui/sessionMode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js index c67b4a7b4..8c8b6e4fc 100644 --- a/js/ui/sessionMode.js +++ b/js/ui/sessionMode.js @@ -92,7 +92,7 @@ const _modes = { unlockDialog: imports.ui.unlockDialog.UnlockDialog, components: USER_SESSION_COMPONENTS, panel: { - left: ['activities', 'appMenu'], + left: ['activities'], center: ['dateMenu'], right: ['screenRecording', 'screenSharing', 'dwellClick', 'a11y', 'keyboard', 'quickSettings'], },