mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
WizardSummary: always show restore height when restoring from seed/keys/device
This commit is contained in:
parent
c286c7e5a8
commit
d518b204b1
1 changed files with 1 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue