mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-24 20:49:24 +00:00
show wizard if password dialog is closed
This commit is contained in:
parent
6818ecd163
commit
fd67c61bf2
1 changed files with 2 additions and 1 deletions
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)
|
||||||
|
|
Loading…
Reference in a new issue