1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-04 20:12:25 +01:00

remove obsolete remote node logic

This commit is contained in:
Jaquee 2018-03-15 16:51:03 +01:00
parent 37cb0061ee
commit d253991ecb

View File

@ -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"