make default false

This commit is contained in:
Timo
2024-11-29 18:18:40 +01:00
committed by Hugh Nimmo-Smith
parent 7d8e9a7969
commit 9eae919050

View File

@@ -88,7 +88,7 @@ export const videoInput = new Setting<string | undefined>(
undefined,
);
export const backgroundBlur = new Setting<boolean>("background-blur", true);
export const backgroundBlur = new Setting<boolean>("background-blur", false);
export const showHandRaisedTimer = new Setting<boolean>(
"hand-raised-show-timer",