From 3040656f5d5c56a117eca225cfcd89f835380fb7 Mon Sep 17 00:00:00 2001 From: Alexander T Hale Date: Tue, 10 Oct 2017 19:50:07 +0100 Subject: [PATCH] Do not auto-hide menu-bar (#84) This removes the autohiding menu behaviour which results in users having to press alt to access the menu, as some key parts of the app are not easily accessible through the rest of the interfaces (such as preferences) it makes sense to keep the menu bar visible. --- app/src/browser/mailspring-window.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/browser/mailspring-window.coffee b/app/src/browser/mailspring-window.coffee index 180a61e26..93a4d2d90 100644 --- a/app/src/browser/mailspring-window.coffee +++ b/app/src/browser/mailspring-window.coffee @@ -53,7 +53,7 @@ class MailspringWindow resizable: resizable webPreferences: directWrite: true - autoHideMenuBar: true + autoHideMenuBar: false if @neverClose # Prevents DOM timers from being suspended when the main window is hidden.