aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-02-25 04:52:16 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-02-25 04:52:16 -0600
commita89ffd02d055835a65ea3eb12888ad81ebfc6a02 (patch)
treefa42c79de8a906f9c250857cde22bb6e3dd4fcf5 /wizard
parenteb71974e73cd786a37491894260a43cff5e910f1 (diff)
parent47fcd318062d54931089bdd50e7bcfa86d48e4e0 (diff)
downloadmonzero-gui-a89ffd02d055835a65ea3eb12888ad81ebfc6a02.tar.gz
monzero-gui-a89ffd02d055835a65ea3eb12888ad81ebfc6a02.tar.xz
monzero-gui-a89ffd02d055835a65ea3eb12888ad81ebfc6a02.zip
Merge pull request #1959
47fcd31 wizardsummary: hide restore height when creating new wallet (mmbyday)
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 {