diff --git a/lib/components/chat_settings_popup_menu.dart b/lib/components/chat_settings_popup_menu.dart index 4a21b25d..bab4f026 100644 --- a/lib/components/chat_settings_popup_menu.dart +++ b/lib/components/chat_settings_popup_menu.dart @@ -48,10 +48,6 @@ class _ChatSettingsPopupMenuState extends State { value: 'unmute', child: Text(L10n.of(context).unmuteChat), ), - PopupMenuItem( - value: 'call', - child: Text(L10n.of(context).videoCall), - ), PopupMenuItem( value: 'leave', child: Text(L10n.of(context).leave),