forked from Public/monero-gui
show wizard if password dialog is closed
This commit is contained in:
3
main.qml
3
main.qml
@@ -551,7 +551,8 @@ ApplicationWindow {
|
|||||||
appWindow.initialize();
|
appWindow.initialize();
|
||||||
}
|
}
|
||||||
onRejected: {
|
onRejected: {
|
||||||
appWindow.enableUI(false)
|
//appWindow.enableUI(false)
|
||||||
|
rootItem.state = "wizard"
|
||||||
}
|
}
|
||||||
onDiscard: {
|
onDiscard: {
|
||||||
appWindow.enableUI(false)
|
appWindow.enableUI(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user