mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-16 17:45:15 +00:00
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 ac04e34c21c8d1772ca5bf7b39ab4aeb659c3045)
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…
x
Reference in New Issue
Block a user