aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet4.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateWallet4.qml')
-rw-r--r--wizard/WizardCreateWallet4.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardCreateWallet4.qml b/wizard/WizardCreateWallet4.qml
index 2fa410fe..df05de85 100644
--- a/wizard/WizardCreateWallet4.qml
+++ b/wizard/WizardCreateWallet4.qml
@@ -66,8 +66,8 @@ Rectangle {
WizardNav {
Layout.topMargin: 24
btnNextText: qsTr("Create wallet") + translationManager.emptyString
- progressSteps: 4
- progress: 4
+ progressSteps: appWindow.walletMode <= 1 ? 3 : 4
+ progress: appWindow.walletMode <= 1 ? 2 : 3
onPrevClicked: {
if (appWindow.walletMode <= 1){