aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardSummary.qml
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2019-02-28 11:08:54 -0800
committermmbyday <mmbyday@protonmail.com>2019-02-28 11:23:19 -0800
commit61af76fcb852f8f2be10267355edc3f1c7626fca (patch)
treed4c71b20249cd92c870a11a139f1e37506472f9b /wizard/WizardSummary.qml
parent07df0f41bf8d5f735480289854f08f9e19356d39 (diff)
downloadmonzero-gui-61af76fcb852f8f2be10267355edc3f1c7626fca.tar.gz
monzero-gui-61af76fcb852f8f2be10267355edc3f1c7626fca.tar.xz
monzero-gui-61af76fcb852f8f2be10267355edc3f1c7626fca.zip
wizard: allow restore height when creating wallet from device
Diffstat (limited to 'wizard/WizardSummary.qml')
-rw-r--r--wizard/WizardSummary.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml
index fb10cf60..5b62a345 100644
--- a/wizard/WizardSummary.qml
+++ b/wizard/WizardSummary.qml
@@ -67,7 +67,7 @@ ColumnLayout {
Layout.fillWidth: true
header: qsTr("Restore height") + translationManager.emptyString
value: wizardController.walletOptionsRestoreHeight
- visible: wizardStateView.state != "wizardCreateWallet4"
+ visible: wizardController.walletOptionsRestoreHeight > 0
}
WizardSummaryItem {