make default false
This commit is contained in:
@@ -88,7 +88,7 @@ export const videoInput = new Setting<string | undefined>(
|
|||||||
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>(
|
export const showHandRaisedTimer = new Setting<boolean>(
|
||||||
"hand-raised-show-timer",
|
"hand-raised-show-timer",
|
||||||
|
|||||||
Reference in New Issue
Block a user