Skip to content

Commit a99b29b

Browse files
committed
comment out dev tools
1 parent 8af6c00 commit a99b29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function createWindow() {
3333

3434
// // For debugging - show dev tool -> similar to chrome web browser tools (F12)
3535
// // ! Comment out before packaging as an executable !
36-
mainWindow.webContents.openDevTools();
36+
// mainWindow.webContents.openDevTools();
3737

3838
//Close window when closed
3939
mainWindow.on('closed', function() {

0 commit comments

Comments
 (0)