We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f3d6a commit b9a0443Copy full SHA for b9a0443
src/patchBrowserWindow.ts
@@ -36,8 +36,6 @@ const electronProxy = new Proxy(electron, {
36
windowOptions: options,
37
};
38
39
- window.webContents.openDevTools();
40
-
41
return window;
42
},
43
});
0 commit comments