Skip to content

Commit

Permalink
Remove openDevTools()
Browse files Browse the repository at this point in the history
  • Loading branch information
Strencher authored Nov 26, 2021
1 parent 90f3d6a commit b9a0443
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/patchBrowserWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ const electronProxy = new Proxy(electron, {
windowOptions: options,
};

window.webContents.openDevTools();

return window;
},
});
Expand Down

0 comments on commit b9a0443

Please sign in to comment.