forked from Public/monero-gui
wizard: allow restore height when creating wallet from device
This commit is contained in:
@@ -67,7 +67,7 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
header: qsTr("Restore height") + translationManager.emptyString
|
||||
value: wizardController.walletOptionsRestoreHeight
|
||||
visible: wizardStateView.state != "wizardCreateWallet4"
|
||||
visible: wizardController.walletOptionsRestoreHeight > 0
|
||||
}
|
||||
|
||||
WizardSummaryItem {
|
||||
|
||||
Reference in New Issue
Block a user