mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 02:25:40 +00:00
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…
x
Reference in New Issue
Block a user