aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardDaemonSettings.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2018-03-15 16:51:03 +0100
committerJaquee <jaquee.monero@gmail.com>2018-03-15 16:51:03 +0100
commitd253991ecb1f76a78d4db6ead9567b07ef81a434 (patch)
tree74c323f04e46cc85890f9cfc50402c9cfe2ab6d2 /wizard/WizardDaemonSettings.qml
parent37cb0061eecc2b837fa41525108ca7c45271fde7 (diff)
downloadmonzero-gui-d253991ecb1f76a78d4db6ead9567b07ef81a434.tar.gz
monzero-gui-d253991ecb1f76a78d4db6ead9567b07ef81a434.tar.xz
monzero-gui-d253991ecb1f76a78d4db6ead9567b07ef81a434.zip
remove obsolete remote node logic
Diffstat (limited to 'wizard/WizardDaemonSettings.qml')
-rw-r--r--wizard/WizardDaemonSettings.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml
index 8b616edf..ca15fc44 100644
--- a/wizard/WizardDaemonSettings.qml
+++ b/wizard/WizardDaemonSettings.qml
@@ -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"