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.
This commit is contained in:
Alexander T Hale 2017-10-10 19:50:07 +01:00 committed by Ben Gotow
parent 07c20f41ad
commit 3040656f5d

View file

@ -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.