Skip to content

Commit 0815c02

Browse files
committed
Update: Removed auto devtools open
1 parent e398ecc commit 0815c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ArcWindowsManager {
3838
var win = this.__getNewWindow(index, data);
3939
win.__arcSession = session;
4040
this.__loadPage(win, path);
41-
win.webContents.openDevTools();
41+
// win.webContents.openDevTools();
4242
this.__attachListeners(win);
4343
this.windows.push(win);
4444
});

0 commit comments

Comments
 (0)