wizard: allow restore height when creating wallet from device

This commit is contained in:
mmbyday
2019-02-28 11:08:54 -08:00
parent 07df0f41bf
commit 61af76fcb8
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 {