Feat: remove applicationMenu

This commit is contained in:
Bertrand Benjamin 2021-08-16 14:30:45 +02:00
parent 9e123a9542
commit 08c14e1887

View File

@ -15,6 +15,7 @@ async function createWindow() {
const win = new BrowserWindow({
width: 800,
height: 600,
autoHideMenuBar: true,
webPreferences: {
// Use pluginOptions.nodeIntegration, leave this alone