Disable Menu
This commit is contained in:
parent
6d607929fd
commit
5874dac091
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue