wizard: allow restore height when creating wallet from device

This commit is contained in:
mmbyday
2019-02-28 11:08:54 -08:00
committed by Monero-Pootle
parent 2af79ca8b5
commit 1eadb1dbf8
2 changed files with 17 additions and 9 deletions

View File

@@ -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 {