Merge pull request #2380 from robintown/pin-always-show
Add toggle to always show yourself
This commit is contained in:
@@ -90,3 +90,5 @@ export const videoInput = new Setting<string | undefined>(
|
||||
"video-input",
|
||||
undefined,
|
||||
);
|
||||
|
||||
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);
|
||||
|
||||
Reference in New Issue
Block a user