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:
parent
deaaeebb31
commit
0869fe5ef8
|
@ -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