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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user