Comment ENS toggle on communities

Fixes #2269
This commit is contained in:
Richard Ramos 2021-04-21 10:39:01 -04:00 committed by Iuri Matias
parent 2e25bf4f8a
commit 1914557e6b
1 changed files with 3 additions and 0 deletions

View File

@ -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 {