Fix electron comment message

This commit is contained in:
Daniel Sanchez 2020-11-17 17:57:32 +01:00
parent fb3ad8c0df
commit 88052028d0
1 changed files with 1 additions and 1 deletions

View File

@ -103,8 +103,8 @@ function createWindow(port = DEFAULT_PORT) {
if (isDev) {
// Open the DevTools.
//BrowserWindow.addDevToolsExtension('<location to your react chrome extension>');
mainWindow.webContents.openDevTools()
//BrowserWindow.addDevToolsExtension('<location to your react chrome extension>');
}
mainWindow.setMenu(null)