From 4e3f00f9b86f4b4fa702e11cc61ec1e0d6e76d47 Mon Sep 17 00:00:00 2001 From: Kelrap Date: Tue, 16 Jul 2024 09:41:12 -0400 Subject: [PATCH] Remove Find Conversation Partner button from menu --- .../chat_list/client_chooser_button.dart | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/pages/chat_list/client_chooser_button.dart b/lib/pages/chat_list/client_chooser_button.dart index 567b8a5db..15f52ebe2 100644 --- a/lib/pages/chat_list/client_chooser_button.dart +++ b/lib/pages/chat_list/client_chooser_button.dart @@ -100,17 +100,17 @@ class ClientChooserButton extends StatelessWidget { // ], // ), // ), - if (controller.pangeaController.permissionsController.isUser18()) - PopupMenuItem( - value: SettingsAction.findAConversationPartner, - child: Row( - children: [ - const Icon(Icons.add_circle_outline), - const SizedBox(width: 18), - Expanded(child: Text(L10n.of(context)!.findALanguagePartner)), - ], - ), - ), + // if (controller.pangeaController.permissionsController.isUser18()) + // PopupMenuItem( + // value: SettingsAction.findAConversationPartner, + // child: Row( + // children: [ + // const Icon(Icons.add_circle_outline), + // const SizedBox(width: 18), + // Expanded(child: Text(L10n.of(context)!.findALanguagePartner)), + // ], + // ), + // ), // PopupMenuItem( // value: SettingsAction.setStatus, // child: Row(