From a5b35f57d3b5e6a8a1fb619d6183464604f91c26 Mon Sep 17 00:00:00 2001
From: dnelband <dnelband@gmail.com>
Date: Wed, 28 Aug 2019 17:45:03 +0200
Subject: [PATCH] fullscreen

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

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