fix: Remove popup menu item
This commit is contained in:
parent
ad4d88a743
commit
31761146a3
1 changed files with 0 additions and 4 deletions
|
|
@ -48,10 +48,6 @@ class _ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
|
|||
value: 'unmute',
|
||||
child: Text(L10n.of(context).unmuteChat),
|
||||
),
|
||||
PopupMenuItem<String>(
|
||||
value: 'call',
|
||||
child: Text(L10n.of(context).videoCall),
|
||||
),
|
||||
PopupMenuItem<String>(
|
||||
value: 'leave',
|
||||
child: Text(L10n.of(context).leave),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue