diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-02-24 13:45:10 -0800 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-02-24 13:45:10 -0800 |
| commit | 47fcd318062d54931089bdd50e7bcfa86d48e4e0 (patch) | |
| tree | 7fd542549ca8f8b4bccb0c885f225ccfe8b0dec4 | |
| parent | f3a47dbff81812ec41a034d2c7959285d60d69da (diff) | |
| download | monzero-gui-47fcd318062d54931089bdd50e7bcfa86d48e4e0.tar.gz monzero-gui-47fcd318062d54931089bdd50e7bcfa86d48e4e0.tar.xz monzero-gui-47fcd318062d54931089bdd50e7bcfa86d48e4e0.zip | |
wizardsummary: hide restore height when creating new wallet
| -rw-r--r-- | wizard/WizardSummary.qml | 1 |
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 { |
