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

Fixes #14929

Correct fix should be done as part of https://github.com/status-im/status-go/issues/5597 after dependency tasks are done
This commit is contained in:
Andrey Bocharnikov 2024-07-26 20:44:20 +04:00
parent ca88b43bf6
commit ac04e34c21
2 changed files with 2 additions and 0 deletions

View File

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

View File

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