WizardSummary: always show restore height when restoring from seed/keys/device

pull/2/head
mmbyday 5 years ago
parent c286c7e5a8
commit d518b204b1

@ -67,13 +67,7 @@ ColumnLayout {
Layout.fillWidth: true
header: qsTr("Restore height") + translationManager.emptyString
value: wizardController.walletOptionsRestoreHeight
visible: {
if (walletOptionsIsRecoveringFromDevice && !wizardController.walletOptionsDeviceIsRestore) {
return false;
} else {
return (wizardController.walletOptionsRestoreHeight > 0);
}
}
visible: wizardStateView.state === "wizardRestoreWallet4" || wizardController.walletOptionsIsRecoveringFromDevice
}
WizardSummaryItem {