From 1fa33ef3d99ef5bc871add168a90f82aa06ba4e0 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 16 Nov 2022 15:48:21 +0100 Subject: [PATCH] I#2147 - Hide menu bar by default Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2147 --- data/org.gnome.evolution.shell.gschema.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/org.gnome.evolution.shell.gschema.xml.in b/data/org.gnome.evolution.shell.gschema.xml.in index 5558441932..8211320df3 100644 --- a/data/org.gnome.evolution.shell.gschema.xml.in +++ b/data/org.gnome.evolution.shell.gschema.xml.in @@ -67,12 +67,12 @@ <_description>The style of the window buttons. Can be “text”, “icons”, “both”, “toolbar”. If “toolbar” is set, the style of the buttons is determined by the GNOME toolbar setting. - true + false <_summary>Menubar is visible <_description>Whether the menubar should be visible. - true + false <_summary>Menubar is visible <_description>Whether the menubar should be visible.