Skip to content

Commit 2160965

Browse files
committed
deaktivate devMode
1 parent 9dfa53b commit 2160965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function createWindow() {
7070
mainWindow.once('ready-to-show', mainWindow.show)
7171

7272
// TODO: for DEV Open the DevTools.
73-
mainWindow.webContents.openDevTools()
73+
// mainWindow.webContents.openDevTools()
7474

7575
// clear all local storage data before app starts
7676
mainWindow.webContents.session.clearStorageData()

0 commit comments

Comments
 (0)