Skip to content

Commit

Permalink
don't show dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Sep 27, 2019
1 parent 839b8a0 commit 60fa2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main-process/app-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class AppWindow {
})

this.window.webContents.on('did-fail-load', () => {
this.window.webContents.openDevTools()
// this.window.webContents.openDevTools()
this.window.show()
})

Expand Down

0 comments on commit 60fa2ba

Please sign in to comment.