diff --git a/app/main.js b/app/main.js index 4838b85935bd1dbf88ff690a3e713f4b2ec5930e..63862839be7bf9c419c88369eec1801f850f38e7 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); }