diff --git a/lib/widgets/chat_settings_popup_menu.dart b/lib/widgets/chat_settings_popup_menu.dart index 1feadc459..781b8ab61 100644 --- a/lib/widgets/chat_settings_popup_menu.dart +++ b/lib/widgets/chat_settings_popup_menu.dart @@ -84,20 +84,8 @@ class ChatSettingsPopupMenuState extends State { ), ), // #Pangea - // PopupMenuItem( - // value: 'leave', - // child: Row( - // children: [ - // // #Pangea - // // const Icon(Icons.delete_outlined), - // const Icon(Icons.arrow_forward), - // // Pangea# - // const SizedBox(width: 12), - // Text(L10n.of(context)!.leave), - // ], - // ), - // ), if (!widget.room.isArchived) + // Pangea# PopupMenuItem( value: 'leave', child: Row(