Set autoHideMenuBar:true to hide the menu bar on windows

This commit is contained in:
Jonatan Heyman 2023-01-15 20:00:10 +01:00
parent b5903c40cc
commit f837d547d4

View File

@ -49,6 +49,7 @@ async function createWindow() {
title: 'Main window',
icon: join(process.env.PUBLIC, 'favicon.ico'),
//titleBarStyle: 'customButtonsOnHover',
autoHideMenuBar: true,
webPreferences: {
preload,
// Warning: Enable nodeIntegration and disable contextIsolation is not secure in production