diff --git a/index.js b/index.js index 69656229..5a0cf382 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,8 @@ app.on('window-all-closed', function () { function createMainWindow () { const win = new electron.BrowserWindow({ width: 600, - height: 400 + height: 400, + titleBarStyle: 'hidden' }) win.loadURL('file://' + path.join(__dirname, 'index.html')) win.once('closed', function () {