mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
wizardsummary: hide restore height when creating new wallet
This commit is contained in:
parent
f3a47dbff8
commit
47fcd31806
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
header: qsTr("Restore height") + translationManager.emptyString
|
header: qsTr("Restore height") + translationManager.emptyString
|
||||||
value: wizardController.walletOptionsRestoreHeight
|
value: wizardController.walletOptionsRestoreHeight
|
||||||
|
visible: wizardStateView.state != "wizardCreateWallet4"
|
||||||
}
|
}
|
||||||
|
|
||||||
WizardSummaryItem {
|
WizardSummaryItem {
|
||||||
|
|
Loading…
Reference in a new issue