Add always show flag to view model

This commit is contained in:
Robin
2024-05-16 13:33:02 -04:00
parent e33fbd77d1
commit 8a414012a0
2 changed files with 10 additions and 0 deletions

View File

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