forked from Public/monero-gui
WizardNav: use PageIndicator in wizardProgress
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user