Disable JS stream background by default

This commit is contained in:
Alexey Khit
2022-12-18 22:39:52 +03:00
parent aca3bab238
commit 110f90cb34
+1 -1
View File
@@ -44,7 +44,7 @@
document.body.className = "flex";
}
const background = params.get("background") === "true";
const background = params.get("background") !== "false";
const width = "1 0 " + (params.get("width") || "320px");
for (let i = 0; i < streams.length; i++) {