diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2018-03-15 16:51:03 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2018-03-15 16:51:03 +0100 |
| commit | d253991ecb1f76a78d4db6ead9567b07ef81a434 (patch) | |
| tree | 74c323f04e46cc85890f9cfc50402c9cfe2ab6d2 /wizard | |
| parent | 37cb0061eecc2b837fa41525108ca7c45271fde7 (diff) | |
| download | monzero-gui-d253991ecb1f76a78d4db6ead9567b07ef81a434.tar.gz monzero-gui-d253991ecb1f76a78d4db6ead9567b07ef81a434.tar.xz monzero-gui-d253991ecb1f76a78d4db6ead9567b07ef81a434.zip | |
remove obsolete remote node logic
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardDaemonSettings.qml | 3 |
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" |
