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
No known key found for this signature in database
GPG key ID: DE46246550D2F3C5

View file

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