We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfa53b commit 2160965Copy full SHA for 2160965
src/main.js
@@ -70,7 +70,7 @@ function createWindow() {
70
mainWindow.once('ready-to-show', mainWindow.show)
71
72
// TODO: for DEV Open the DevTools.
73
- mainWindow.webContents.openDevTools()
+ // mainWindow.webContents.openDevTools()
74
75
// clear all local storage data before app starts
76
mainWindow.webContents.session.clearStorageData()
0 commit comments