chore: Change call icon
This commit is contained in:
parent
0c9150c28b
commit
c47e0a24ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue