Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rzrbld committed Jan 19, 2021
1 parent 6983af4 commit 2659f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function createWindow () {
win.loadFile('index.html')

// dev only
win.webContents.openDevTools()
// win.webContents.openDevTools()

win.webContents.on('did-finish-load', function() {
win.show();
Expand Down

0 comments on commit 2659f95

Please sign in to comment.