diff options
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 1280ff6a..4cc6640a 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -174,8 +174,8 @@ Rectangle { } WizardNav { - progressSteps: 4 - progress: 1 + progressSteps: appWindow.walletMode <= 1 ? 3 : 4 + progress: 0 btnNext.enabled: walletInput.verify() && wizardCreateDevice1.deviceName; btnPrev.text: qsTr("Back to menu") + translationManager.emptyString btnNext.text: qsTr("Create wallet") + translationManager.emptyString |
