mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
show wizard if password dialog is closed
This commit is contained in:
parent
6818ecd163
commit
fd67c61bf2
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 New Issue
Block a user