parent
2e25bf4f8a
commit
1914557e6b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue