fix(wakunodes): temporarily hide "add waku nodes" in advanced settings (#15838)

Fixes #14929

Correct fix should be done as part of https://github.com/status-im/status-go/issues/5597 after dependency tasks are done

(cherry picked from commit ac04e34c21)
This commit is contained in:
Andrey Bocharnikov 2024-07-30 01:29:50 +07:00 committed by GitHub
parent deaaeebb31
commit 0869fe5ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ StatusModal {
}
StatusBaseText {
visible: false // FIXME: hide for now (https://github.com/status-im/status-go/issues/5597)
text: qsTr("Add a new node")
color: Theme.palette.primaryColor1
width: parent.width

View File

@ -116,6 +116,7 @@ StatusModal {
}
StatusBaseText {
visible: false // FIXME: hide for now (https://github.com/status-im/status-go/issues/5597)
text: qsTr("Add a new node")
color: Theme.palette.primaryColor1
width: parent.width