diff --git a/src/app.js b/src/app.js index 798b6d2..2eb57e3 100644 --- a/src/app.js +++ b/src/app.js @@ -96,6 +96,7 @@ ipcMain.on('new', (e) => { width: 600, modal: true, parent: mainWindow, + titleBarStyle: 'hidden', webPreferences: { contextIsolation: false, nodeIntegration: true