Add background Blur

This commit is contained in:
Timo
2024-11-20 17:22:24 +01:00
committed by Hugh Nimmo-Smith
parent d698705ffa
commit c798c79f41
7 changed files with 159 additions and 17 deletions

View File

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