Skip to content

Commit

Permalink
No longer automatically open DevTools
Browse files Browse the repository at this point in the history
  • Loading branch information
nahkd123 committed Sep 27, 2020
1 parent 802530b commit 1457a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function init() {
mainWindow.once("ready-to-show", () => {
mainWindow.removeMenu();
mainWindow.show();
mainWindow.webContents.openDevTools({mode: "bottom"});
// mainWindow.webContents.openDevTools({mode: "bottom"});

// This will be used to display close buttons as well as additional options
mainWindow.webContents.executeJavaScript("toggleElectronJS()", false);
Expand Down

0 comments on commit 1457a3f

Please sign in to comment.