We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af6c00 commit a99b29bCopy full SHA for a99b29b
main.js
@@ -33,7 +33,7 @@ function createWindow() {
33
34
// // For debugging - show dev tool -> similar to chrome web browser tools (F12)
35
// // ! Comment out before packaging as an executable !
36
- mainWindow.webContents.openDevTools();
+ // mainWindow.webContents.openDevTools();
37
38
//Close window when closed
39
mainWindow.on('closed', function() {
0 commit comments