diff options
| -rw-r--r-- | main.qml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -551,7 +551,8 @@ ApplicationWindow { appWindow.initialize(); } onRejected: { - appWindow.enableUI(false) + //appWindow.enableUI(false) + rootItem.state = "wizard" } onDiscard: { appWindow.enableUI(false) |
