mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
fix: Remove popup menu item
This commit is contained in:
parent
04a33f7a3b
commit
5945bcc253
@ -48,10 +48,6 @@ class _ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
|
|||||||
value: 'unmute',
|
value: 'unmute',
|
||||||
child: Text(L10n.of(context).unmuteChat),
|
child: Text(L10n.of(context).unmuteChat),
|
||||||
),
|
),
|
||||||
PopupMenuItem<String>(
|
|
||||||
value: 'call',
|
|
||||||
child: Text(L10n.of(context).videoCall),
|
|
||||||
),
|
|
||||||
PopupMenuItem<String>(
|
PopupMenuItem<String>(
|
||||||
value: 'leave',
|
value: 'leave',
|
||||||
child: Text(L10n.of(context).leave),
|
child: Text(L10n.of(context).leave),
|
||||||
|
Loading…
Reference in New Issue
Block a user