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:
parent
ca88b43bf6
commit
ac04e34c21
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue