diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-04-15 04:59:04 +0200 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2019-04-26 01:53:42 +0200 |
| commit | e84f4623d89d91d889562f6403c65207b2c4b164 (patch) | |
| tree | bdc35a7c99f641db1cf2db17517334c1f76cca6f /wizard/WizardLanguage.qml | |
| parent | e81cb7e64090f66e72d942b048b69505e490f5c0 (diff) | |
| download | monzero-gui-e84f4623d89d91d889562f6403c65207b2c4b164.tar.gz monzero-gui-e84f4623d89d91d889562f6403c65207b2c4b164.tar.xz monzero-gui-e84f4623d89d91d889562f6403c65207b2c4b164.zip | |
Back transitions for the wizards
Diffstat (limited to 'wizard/WizardLanguage.qml')
| -rw-r--r-- | wizard/WizardLanguage.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardLanguage.qml b/wizard/WizardLanguage.qml index 3678d772..d839e196 100644 --- a/wizard/WizardLanguage.qml +++ b/wizard/WizardLanguage.qml @@ -170,6 +170,7 @@ Rectangle { text: "Continue" onClicked: { + wizardController.wizardStackView.backTransition = false; if(wizardController.skipModeSelection){ wizardStateView.state = "wizardHome" } else { |
