Back transitions for the wizards

This commit is contained in:
dsc
2019-04-15 04:59:04 +02:00
parent e81cb7e640
commit e84f4623d8
5 changed files with 26 additions and 9 deletions

View File

@@ -126,6 +126,7 @@ Rectangle {
imageIcon: "qrc:///images/local-node-full.png"
onMenuClicked: {
wizardController.wizardStackView.backTransition = false;
appWindow.changeWalletMode(2);
wizardController.wizardState = 'wizardHome';
}
@@ -138,6 +139,7 @@ Rectangle {
progressSteps: 0
onPrevClicked: {
wizardController.wizardStackView.backTransition = true;
wizardController.wizardState = 'wizardLanguage';
}
}