Disable JS stream background by default
This commit is contained in:
+1
-1
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user