fixed my idiocy

This commit is contained in:
kaitlynkittyy 2024-04-07 19:05:57 -04:00
parent 2e153c1e1e
commit 4fad1647a8

View file

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