From fd67c61bf20a4e4a11a9199581a85a00877a780b Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Sat, 29 Oct 2016 16:49:00 +0200 Subject: [PATCH] show wizard if password dialog is closed --- main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)