mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
remove obsolete remote node logic
This commit is contained in:
parent
37cb0061ee
commit
d253991ecb
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ ColumnLayout {
|
||||||
RowLayout {
|
RowLayout {
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: remoteNode
|
id: remoteNode
|
||||||
text: (localNode.checked) ? qsTr("Connect to a remote node until my own node has finished syncing") + translationManager.emptyString
|
text: qsTr("Connect to a remote node") + translationManager.emptyString
|
||||||
: qsTr("Connect to a remote node") + translationManager.emptyString
|
|
||||||
Layout.topMargin: 20 * scaleRatio
|
Layout.topMargin: 20 * scaleRatio
|
||||||
background: "#FFFFFF"
|
background: "#FFFFFF"
|
||||||
fontColor: "#4A4646"
|
fontColor: "#4A4646"
|
||||||
|
|
Loading…
Reference in a new issue