remove obsolete remote node logic

pull/2/head
Jaquee 6 years ago
parent 37cb0061ee
commit d253991ecb

@ -184,8 +184,7 @@ ColumnLayout {
RowLayout {
CheckBox {
id: remoteNode
text: (localNode.checked) ? qsTr("Connect to a remote node until my own node has finished syncing") + translationManager.emptyString
: qsTr("Connect to a remote node") + translationManager.emptyString
text: qsTr("Connect to a remote node") + translationManager.emptyString
Layout.topMargin: 20 * scaleRatio
background: "#FFFFFF"
fontColor: "#4A4646"