mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
make default false
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user