From 8a738710227d35d0ce4b5443867990c8ab090bd2 Mon Sep 17 00:00:00 2001
From: dnelband <dnelband@gmail.com>
Date: Wed, 28 Aug 2019 15:28:27 +0200
Subject: [PATCH] fullscreen fix

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

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