Add option to mirror local video feed
This commit is contained in:
parent
4cfbd66729
commit
3ae97348f8
3 changed files with 12 additions and 2 deletions
|
@ -118,6 +118,10 @@ const SETTINGS_LABELS = [
|
|||
id: 'TextualBody.disableBigEmoji',
|
||||
label: _td('Disable big emoji in chat'),
|
||||
},
|
||||
{
|
||||
id: 'VideoView.flipVideoHorizontally',
|
||||
label: _td('Mirror local video feed'),
|
||||
},
|
||||
/*
|
||||
{
|
||||
id: 'useFixedWidthFont',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue