diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-04-22 06:32:55 +0200 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2020-05-01 11:40:47 +0200 |
| commit | 7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3 (patch) | |
| tree | 7c5221e2d28be6368108c9e91980ed97cdcae2f6 /wizard/WizardCreateWallet2.qml | |
| parent | 6f71d4780682743490618a48bdf1a53d4317a93d (diff) | |
| download | monzero-gui-7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3.tar.gz monzero-gui-7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3.tar.xz monzero-gui-7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3.zip | |
WizardNav: use PageIndicator in wizardProgress
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
| -rw-r--r-- | wizard/WizardCreateWallet2.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml index 9df4680a..c2e6736b 100644 --- a/wizard/WizardCreateWallet2.qml +++ b/wizard/WizardCreateWallet2.qml @@ -60,8 +60,8 @@ Rectangle { } WizardNav { - progressSteps: 4 - progress: 2 + progressSteps: appWindow.walletMode <= 1 ? 3 : 4 + progress: 1 btnNext.enabled: passwordFields.calcStrengthAndVerify(); onPrevClicked: { if(wizardController.walletOptionsIsRecoveringFromDevice){ |
