removed another unneeded flag
This commit is contained in:
parent
06247ae43c
commit
060c522217
1 changed files with 2 additions and 0 deletions
|
@ -473,4 +473,6 @@ export async function createWindows() {
|
|||
});
|
||||
|
||||
initArRPC();
|
||||
const w = new BrowserWindow();
|
||||
w.loadURL("chrome://webrtc-internals");
|
||||
}
|
||||
|
|
Reference in a new issue