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()) // if (controller.pangeaController.permissionsController.isUser18())
PopupMenuItem( // PopupMenuItem(
value: SettingsAction.findAConversationPartner, // value: SettingsAction.findAConversationPartner,
child: Row( // child: Row(
children: [ // children: [
const Icon(Icons.add_circle_outline), // const Icon(Icons.add_circle_outline),
const SizedBox(width: 18), // const SizedBox(width: 18),
Expanded(child: Text(L10n.of(context)!.findALanguagePartner)), // Expanded(child: Text(L10n.of(context)!.findALanguagePartner)),
], // ],
), // ),
), // ),
// PopupMenuItem( // PopupMenuItem(
// value: SettingsAction.setStatus, // value: SettingsAction.setStatus,
// child: Row( // child: Row(

Loading…
Cancel
Save