Merge pull request #1959

47fcd31 wizardsummary: hide restore height when creating new wallet (mmbyday)
This commit is contained in:
luigi1111
2019-02-25 04:52:16 -06:00

View File

@@ -67,6 +67,7 @@ ColumnLayout {
Layout.fillWidth: true
header: qsTr("Restore height") + translationManager.emptyString
value: wizardController.walletOptionsRestoreHeight
visible: wizardStateView.state != "wizardCreateWallet4"
}
WizardSummaryItem {