summarylogtreecommitdiffstats
path: root/hide-menubar.patch
blob: 92ebf981646875e3d6abdb8082b3ae83960b5e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/desktop/app.js b/desktop/app.js
index 75737e1..c75f793 100644
--- a/desktop/app.js
+++ b/desktop/app.js
@@ -137,6 +137,7 @@ function readAppSettings() {
 function createMainWindow() {
     const appSettings = readAppSettings();
     const windowOptions = {
+        autoHideMenuBar: true,
         show: false,
         width: 1000, height: 700, minWidth: 700, minHeight: 400,
         titleBarStyle: appSettings ? appSettings.titlebarStyle : undefined,