Skip to content

Commit

Permalink
make default false
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Nov 29, 2024
1 parent 35495ac commit 27108c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 27108c7

Please sign in to comment.