From d518b204b1b6714915dee19be0033c66f237e910 Mon Sep 17 00:00:00 2001 From: mmbyday Date: Tue, 14 May 2019 21:56:06 -0700 Subject: [PATCH] WizardSummary: always show restore height when restoring from seed/keys/device --- wizard/WizardSummary.qml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml index 8ee5ae77..1698d28e 100644 --- a/wizard/WizardSummary.qml +++ b/wizard/WizardSummary.qml @@ -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 {