aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2019-04-28 23:43:34 -0700
committermmbyday <mmbyday@protonmail.com>2019-04-28 23:44:08 -0700
commit5f38dbb7dd3c25755427b103ae389ccc619b6c42 (patch)
tree4b12982b8fb1bdd288eed63b2df66ca6bbbff1a9 /wizard
parentff6ce6294b561a6f15769a8e7a8270d57d02f8de (diff)
downloadmonzero-gui-5f38dbb7dd3c25755427b103ae389ccc619b6c42.tar.gz
monzero-gui-5f38dbb7dd3c25755427b103ae389ccc619b6c42.tar.xz
monzero-gui-5f38dbb7dd3c25755427b103ae389ccc619b6c42.zip
wizard: fix non-existent property backTransition
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardController.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml
index a317e544..f4728ac2 100644
--- a/wizard/WizardController.qml
+++ b/wizard/WizardController.qml
@@ -287,6 +287,7 @@ Rectangle {
StackView {
id: stackView
+ property bool backTransition: false
initialItem: wizardStateView.wizardLanguageView
anchors.fill: parent
clip: true