Remove Find Conversation Partner button from menu
This commit is contained in:
parent
24610fe0ea
commit
4e3f00f9b8
1 changed files with 11 additions and 11 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue