Merge pull request #2169

d518b20 WizardSummary: always show restore height when restoring from seed/keys/device (mmbyday)
This commit is contained in:
luigi1111 2019-05-27 13:27:59 -05:00
commit d71e7354d9
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

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