Merge pull request #2380 from robintown/pin-always-show

Add toggle to always show yourself
This commit is contained in:
Robin
2024-07-17 15:45:29 -04:00
committed by GitHub
7 changed files with 382 additions and 227 deletions

View File

@@ -90,3 +90,5 @@ export const videoInput = new Setting<string | undefined>(
"video-input",
undefined,
);
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);