mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-30 15:01:43 +01:00
Settings: flip local video feed by default (#29501)
Most (if not all) video chat apps show my local video mirrored. Element not doing it by default is makes it confusing at first. Even my phone camera app does it. Not only matching other video chat tools out there, 99% of times you see yourself in your day to day life is through a mirror, which flips the image. So matching that makes the most sense, to preserve continuity. This setting was made optional in https://github.com/element-hq/element-web/pull/5437 but not defaulted to true. Fixes https://github.com/element-hq/element-web/issues/10651 Co-authored-by: David Baker <dbkr@users.noreply.github.com>
This commit is contained in:
parent
6103f7e3b4
commit
d638691fbd
@ -895,7 +895,7 @@ export const SETTINGS: Settings = {
|
|||||||
"VideoView.flipVideoHorizontally": {
|
"VideoView.flipVideoHorizontally": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td("settings|voip|mirror_local_feed"),
|
displayName: _td("settings|voip|mirror_local_feed"),
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user