Fix electron comment message
This commit is contained in:
parent
fb3ad8c0df
commit
88052028d0
|
@ -103,8 +103,8 @@ function createWindow(port = DEFAULT_PORT) {
|
||||||
|
|
||||||
if (isDev) {
|
if (isDev) {
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
//BrowserWindow.addDevToolsExtension('<location to your react chrome extension>');
|
|
||||||
mainWindow.webContents.openDevTools()
|
mainWindow.webContents.openDevTools()
|
||||||
|
//BrowserWindow.addDevToolsExtension('<location to your react chrome extension>');
|
||||||
}
|
}
|
||||||
|
|
||||||
mainWindow.setMenu(null)
|
mainWindow.setMenu(null)
|
||||||
|
|
Loading…
Reference in New Issue