mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	chore: Change call icon
This commit is contained in:
		
							parent
							
								
									8ebacfeae6
								
							
						
					
					
						commit
						7403ac784b
					
				@ -648,7 +648,7 @@ class _ChatState extends State<Chat> {
 | 
			
		||||
            : <Widget>[
 | 
			
		||||
                IconButton(
 | 
			
		||||
                  tooltip: L10n.of(context).videoCall,
 | 
			
		||||
                  icon: Icon(Icons.call_outlined),
 | 
			
		||||
                  icon: Icon(Icons.video_call_outlined),
 | 
			
		||||
                  onPressed: () => startCallAction(context),
 | 
			
		||||
                ),
 | 
			
		||||
                ChatSettingsPopupMenu(room, !room.isDirectChat),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user