From cb82822e44c3fe4a142768d3123cedcc367c572d Mon Sep 17 00:00:00 2001 From: dnelband <dnelband@gmail.com> Date: Thu, 29 Aug 2019 12:05:51 +0200 Subject: [PATCH] dummy change to see if updates --- app/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/main.js b/app/main.js index 4838b85..6386283 100644 --- a/app/main.js +++ b/app/main.js @@ -87,6 +87,8 @@ function createWindow() { } }); + console.log("checking if it updates"); + if (!isDebugMode) { mainWindow.setMenu(null); } -- GitLab