remove title bar

toast
Kit Kasune 3 years ago
parent 3c7a672490
commit 51dccee263
  1. 1
      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()

Loading…
Cancel
Save