wizardsummary: hide restore height when creating new wallet

This commit is contained in:
mmbyday 2019-02-24 13:45:10 -08:00
parent f3a47dbff8
commit 47fcd31806

View file

@ -67,6 +67,7 @@ ColumnLayout {
Layout.fillWidth: true
header: qsTr("Restore height") + translationManager.emptyString
value: wizardController.walletOptionsRestoreHeight
visible: wizardStateView.state != "wizardCreateWallet4"
}
WizardSummaryItem {