mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-24 04:29:23 +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();
|
||||
}
|
||||
onRejected: {
|
||||
appWindow.enableUI(false)
|
||||
//appWindow.enableUI(false)
|
||||
rootItem.state = "wizard"
|
||||
}
|
||||
onDiscard: {
|
||||
appWindow.enableUI(false)
|
||||
|
|
Loading…
Reference in a new issue