mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
proper daemon shutdown on app exit
This commit is contained in:
parent
48471f3407
commit
4e7de8c140
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -1058,5 +1058,7 @@ ApplicationWindow {
|
|||
walletManager.closeWallet(currentWallet);
|
||||
currentWallet = undefined
|
||||
}
|
||||
// Stop daemon
|
||||
daemonManager.stop();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue