Allow timer to be configurable.

This commit is contained in:
Half-Shot
2024-10-29 13:12:20 +00:00
parent f13bd7923b
commit dbabf45ca7
5 changed files with 21 additions and 6 deletions

View File

@@ -85,4 +85,9 @@ export const videoInput = new Setting<string | undefined>(
undefined,
);
export const showHandRaisedTimer = new Setting<boolean>(
"hand-raised-show-timer",
false,
);
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);