From d253991ecb1f76a78d4db6ead9567b07ef81a434 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 15 Mar 2018 16:51:03 +0100 Subject: [PATCH] remove obsolete remote node logic --- wizard/WizardDaemonSettings.qml | 3 +-- 1 file changed, 1 insertion(+), 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"