File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { Avatar } from "../Avatar";
1919import { type EncryptionStatus } from "../state/MediaViewModel" ;
2020import { RaisedHandIndicator } from "../reactions/RaisedHandIndicator" ;
2121import {
22- showConnectionStats ,
22+ showConnectionStats as showConnectionStatsSetting ,
2323 showHandRaisedTimer ,
2424 allowPipSetting ,
2525 useSetting ,
@@ -86,7 +86,7 @@ export const MediaView: FC<Props> = ({
8686} ) => {
8787 const { t } = useTranslation ( ) ;
8888 const [ handRaiseTimerVisible ] = useSetting ( showHandRaisedTimer ) ;
89- const [ showConnectionStats ] = useSetting ( showConnectionStats ) ;
89+ const [ showConnectionStats ] = useSetting ( showConnectionStatsSetting ) ;
9090 const [ allowPip ] = useSetting ( allowPipSetting ) ;
9191
9292 const avatarSize = Math . round ( Math . min ( targetWidth , targetHeight ) / 2 ) ;
You can’t perform that action at this time.
0 commit comments