From 1914557e6b0ecc2232625f019ed499d92aefd7db Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 21 Apr 2021 10:39:01 -0400 Subject: [PATCH] Comment ENS toggle on communities Fixes #2269 --- .../Chat/CommunityComponents/CreateCommunityPopup.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml index 6a9c154d84..bde7a6a6d2 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml @@ -364,6 +364,8 @@ ModalPopup { text: qsTr("You can require new members to meet certain criteria before they can join. This can be changed at any time") } + // Feature commented temporarily + /* StatusSettingsLineButton { id: ensOnlySwitch anchors.top: privateExplanation.bottom @@ -401,6 +403,7 @@ ModalPopup { width: parent.width text: qsTr("Your community requires an ENS username to be able to join") } + */ } MembershipRequirementPopup {