Skip to content

Commit b9a0443

Browse files
authored
Remove openDevTools()
1 parent 90f3d6a commit b9a0443

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/patchBrowserWindow.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ const electronProxy = new Proxy(electron, {
3636
windowOptions: options,
3737
};
3838

39-
window.webContents.openDevTools();
40-
4139
return window;
4240
},
4341
});

0 commit comments

Comments
 (0)