From 806f496fafc6f6a91fc031317c280e52af07c831 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Mon, 7 Aug 2017 14:04:49 +0200 Subject: [PATCH] wizarddaemonsettings remove lightwallet settings until #2109 is merged --- wizard/WizardDaemonSettings.qml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index ebcfa380..db6d1f62 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -164,21 +164,6 @@ ColumnLayout { } } - RowLayout { - CheckBox { - id: lightWallet - text: qsTr("Light Wallet - Do not download blockchain") + translationManager.emptyString - Layout.topMargin: 20 * scaleRatio - background: "#FFFFFF" - fontColor: "#4A4646" - fontSize: 16 * scaleRatio - checkedIcon: "../images/checkedVioletIcon.png" - uncheckedIcon: "../images/uncheckedIcon.png" - checked: appWindow.persistentSettings.lightWallet - } - - } - RowLayout { CheckBox { id: remoteNode