Merge pull request #470 from pangeachat/hide-find-convo-partner

Hide find convo partner
pull/1384/head
ggurdin 1 year ago committed by GitHub
commit efa325fa43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save