From 51dccee2639e3f40cecd948b650f1e51e770da25 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Thu, 2 Dec 2021 17:17:35 -0700 Subject: [PATCH] remove title bar --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index b85f7c2..82d13de 100644 --- a/main.js +++ b/main.js @@ -19,6 +19,7 @@ function createWindow () { // and load the index.html of the app. mainWindow.loadFile('index.html') mainWindow.maximize(); + mainWindow.removeMenu(); // Open the DevTools. // mainWindow.webContents.openDevTools()