removed another unneeded flag

This commit is contained in:
kaitlynkittyy 2024-04-07 19:04:44 -04:00
parent 06247ae43c
commit 060c522217

View file

@ -473,4 +473,6 @@ export async function createWindows() {
});
initArRPC();
const w = new BrowserWindow();
w.loadURL("chrome://webrtc-internals");
}