mirror of https://github.com/vector-im/riot-web
Default to false
parent
97b9cf6402
commit
591a7f4b86
|
@ -113,7 +113,7 @@ module.exports = React.createClass({
|
||||||
const maxVideoHeight = fullscreenElement ? null : this.props.maxHeight;
|
const maxVideoHeight = fullscreenElement ? null : this.props.maxHeight;
|
||||||
const localVideoFeedClasses = classNames("mx_VideoView_localVideoFeed",
|
const localVideoFeedClasses = classNames("mx_VideoView_localVideoFeed",
|
||||||
{ "mx_VideoView_localVideoFeed_flipped":
|
{ "mx_VideoView_localVideoFeed_flipped":
|
||||||
UserSettingsStore.getSyncedSetting('VideoView.flipVideoHorizontally'),
|
UserSettingsStore.getSyncedSetting('VideoView.flipVideoHorizontally', false),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue