We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e398ecc commit 0815c02Copy full SHA for 0815c02
scripts/windows-manager.js
@@ -38,7 +38,7 @@ class ArcWindowsManager {
38
var win = this.__getNewWindow(index, data);
39
win.__arcSession = session;
40
this.__loadPage(win, path);
41
- win.webContents.openDevTools();
+ // win.webContents.openDevTools();
42
this.__attachListeners(win);
43
this.windows.push(win);
44
});
0 commit comments