From 314ddf21fb3237330845ccc233a13e345798d3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 13 Jul 2024 16:22:51 +0200 Subject: [PATCH] side-bar: Fix activation via F10 The keyboard shortcuts page claims F10 will activate the main menu. Make this actually happen by marking this as the primary menu. Part-of: --- src/ui/chatty-side-bar.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/chatty-side-bar.ui b/src/ui/chatty-side-bar.ui index cf247411..3f7fc2bc 100644 --- a/src/ui/chatty-side-bar.ui +++ b/src/ui/chatty-side-bar.ui @@ -36,6 +36,7 @@ Menu open-menu-symbolic main_menu_popover + True -- GitLab