aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-08-07 14:04:49 +0200
committerJaquee <jaquee.monero@gmail.com>2017-11-03 16:57:11 +0100
commit806f496fafc6f6a91fc031317c280e52af07c831 (patch)
tree3d76feba4000f402cedbc5d646531e22b18935b2 /wizard
parent418e4816d4f8ea5d700655186251b600011937ff (diff)
downloadmonzero-gui-806f496fafc6f6a91fc031317c280e52af07c831.tar.gz
monzero-gui-806f496fafc6f6a91fc031317c280e52af07c831.tar.xz
monzero-gui-806f496fafc6f6a91fc031317c280e52af07c831.zip
wizarddaemonsettings remove lightwallet settings until #2109 is merged
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardDaemonSettings.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml
index ebcfa380..db6d1f62 100644
--- a/wizard/WizardDaemonSettings.qml
+++ b/wizard/WizardDaemonSettings.qml
@@ -166,21 +166,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
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