From 6087fef0c1bf06288d0df6894cb39f9aca37a588 Mon Sep 17 00:00:00 2001
From: dnelband <dnelband@gmail.com>
Date: Wed, 28 Aug 2019 17:57:48 +0200
Subject: [PATCH] fullscreen has no top menu, revert to maximize

---
 app/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/main.js b/app/main.js
index fbd25fb..c6d4809 100644
--- a/app/main.js
+++ b/app/main.js
@@ -88,7 +88,7 @@ function createWindow() {
     }
 
     mainWindow.loadURL(indexFileUrl);
-    mainWindow.setFullScreen(true);
+    mainWindow.maximize();
     mainWindow.on('close', () => {
         const appConfigStore = new ElectronStore({name: appConfigStoreStorage});
         appConfigStore.set('windowBounds', mainWindow.getBounds());
-- 
GitLab