show wizard if password dialog is closed

This commit is contained in:
Jacob Brydolf
2016-10-29 16:49:00 +02:00
parent 6818ecd163
commit fd67c61bf2

View File

@@ -551,7 +551,8 @@ ApplicationWindow {
appWindow.initialize();
}
onRejected: {
appWindow.enableUI(false)
//appWindow.enableUI(false)
rootItem.state = "wizard"
}
onDiscard: {
appWindow.enableUI(false)