aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 513565a6..b15d4531 100644
--- a/main.qml
+++ b/main.qml
@@ -551,7 +551,8 @@ ApplicationWindow {
appWindow.initialize();
}
onRejected: {
- appWindow.enableUI(false)
+ //appWindow.enableUI(false)
+ rootItem.state = "wizard"
}
onDiscard: {
appWindow.enableUI(false)