Disable Menu

This commit is contained in:
Mati Dastugue 2020-05-03 18:02:41 -03:00
parent 6d607929fd
commit 5874dac091
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ app.userAgentFallback = process.platform ==='win32' ?
app.commandLine.appendSwitch('ignore-certificate-errors'); app.commandLine.appendSwitch('ignore-certificate-errors');
app.on("ready", () =>{ app.on("ready", () =>{
// Hide the menu // Hide the menu
//Menu.setApplicationMenu(null); Menu.setApplicationMenu(null);
if(!isDev) createServer(); if(!isDev) createServer();
createWindow(); createWindow();
}); });