1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-18 14:06:06 +01:00

proper daemon shutdown on app exit

This commit is contained in:
Jaquee 2016-11-25 21:10:59 +01:00
parent 48471f3407
commit 4e7de8c140
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

View File

@ -1058,5 +1058,7 @@ ApplicationWindow {
walletManager.closeWallet(currentWallet);
currentWallet = undefined
}
// Stop daemon
daemonManager.stop();
}
}