mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-10-31 16:21:46 +01:00 
			
		
		
		
	Allow fullscreening in all call types
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
		
							parent
							
								
									6d29c19804
								
							
						
					
					
						commit
						10e8a1db58
					
				| @ -728,7 +728,7 @@ export default class CallView extends React.Component<IProps, IState> { | |||||||
|         let myClassName; |         let myClassName; | ||||||
| 
 | 
 | ||||||
|         let fullScreenButton; |         let fullScreenButton; | ||||||
|         if (this.props.call.type === CallType.Video && !this.props.pipMode) { |         if (!this.props.pipMode) { | ||||||
|             fullScreenButton = <div className="mx_CallView_header_button mx_CallView_header_button_fullscreen" |             fullScreenButton = <div className="mx_CallView_header_button mx_CallView_header_button_fullscreen" | ||||||
|                 onClick={this.onFullscreenClick} title={_t("Fill Screen")} |                 onClick={this.onFullscreenClick} title={_t("Fill Screen")} | ||||||
|             />; |             />; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user