diff options
Diffstat (limited to 'electron/src')
| -rw-r--r-- | electron/src/main.js (renamed from electron/src/index.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/electron/src/index.js b/electron/src/main.js index 90aaea63..f78680e0 100644 --- a/electron/src/index.js +++ b/electron/src/main.js @@ -20,7 +20,7 @@ const createWindow = () => { } mainWindow.loadURL(url); - mainWindow.webContents.openDevTools(); + //mainWindow.webContents.openDevTools(); // Emitted when the window is closed. mainWindow.on('closed', () => { |
