1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-19 13:37:13 +01:00

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)