change: Move video call button to menu
This commit is contained in:
parent
879057a54d
commit
42fa6164e4
3 changed files with 15 additions and 6 deletions
|
|
@ -96,12 +96,6 @@ class ChatView extends StatelessWidget {
|
|||
),
|
||||
]
|
||||
: [
|
||||
if (controller.room.canSendDefaultStates)
|
||||
IconButton(
|
||||
tooltip: L10n.of(context).videoCall,
|
||||
icon: const Icon(Icons.video_call_outlined),
|
||||
onPressed: controller.startCallAction,
|
||||
),
|
||||
ChatSettingsPopupMenu(controller.room, !controller.room.isDirectChat),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue