mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
WizardNav: use PageIndicator in wizardProgress
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user