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:
@@ -189,8 +189,8 @@ Rectangle {
|
||||
}
|
||||
|
||||
WizardNav {
|
||||
progressSteps: 4
|
||||
progress: 1
|
||||
progressSteps: appWindow.walletMode <= 1 ? 3 : 4
|
||||
progress: 0
|
||||
btnNext.enabled: walletInput.verify();
|
||||
btnPrev.text: qsTr("Back to menu") + translationManager.emptyString
|
||||
onPrevClicked: {
|
||||
|
||||
Reference in New Issue
Block a user