aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2019-02-24 13:45:10 -0800
committermmbyday <mmbyday@protonmail.com>2019-02-24 13:45:10 -0800
commit47fcd318062d54931089bdd50e7bcfa86d48e4e0 (patch)
tree7fd542549ca8f8b4bccb0c885f225ccfe8b0dec4 /wizard
parentf3a47dbff81812ec41a034d2c7959285d60d69da (diff)
downloadmonzero-gui-47fcd318062d54931089bdd50e7bcfa86d48e4e0.tar.gz
monzero-gui-47fcd318062d54931089bdd50e7bcfa86d48e4e0.tar.xz
monzero-gui-47fcd318062d54931089bdd50e7bcfa86d48e4e0.zip
wizardsummary: hide restore height when creating new wallet
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardSummary.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml
index c3fd9b60..fb10cf60 100644
--- a/wizard/WizardSummary.qml
+++ b/wizard/WizardSummary.qml
@@ -67,6 +67,7 @@ ColumnLayout {
Layout.fillWidth: true
header: qsTr("Restore height") + translationManager.emptyString
value: wizardController.walletOptionsRestoreHeight
+ visible: wizardStateView.state != "wizardCreateWallet4"
}
WizardSummaryItem {