Skip to content

Commit f837ed8

Browse files
Disable devTools
1 parent 9b1822d commit f837ed8

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
@@ -30,7 +30,7 @@ const createWindow = () => {
3030
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
3131
nodeIntegration: true,
3232
contextIsolation: false,
33-
devTools: true // enable chrome developer tools (when pressing ctrl-shift-i)
33+
devTools: false // enable chrome developer tools (when pressing ctrl-shift-i)
3434
},
3535
});
3636

0 commit comments

Comments
 (0)