Add a developer option to duplicate tiles

This is useful for testing how the UI behaves with different numbers of participants.
This commit is contained in:
Robin
2024-07-12 14:55:29 -04:00
parent a534356dd9
commit fdc6d4a1b6
4 changed files with 48 additions and 14 deletions
+2
View File
@@ -76,6 +76,8 @@ export const developerSettingsTab = new Setting(
false,
);
export const duplicateTiles = new Setting("duplicate-tiles", 0);
export const audioInput = new Setting<string | undefined>(
"audio-input",
undefined,