mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Make sure wownerod is stopped on application quit
This commit is contained in:
parent
a62fb95fbf
commit
917f8b5812
1 changed files with 1 additions and 0 deletions
|
@ -1278,6 +1278,7 @@ void MainWindow::importOutputs() {
|
|||
void MainWindow::cleanupBeforeClose() {
|
||||
m_ctx->closeWallet(false, true);
|
||||
m_ctx->tor->stop();
|
||||
m_ctx->XMRig->stop();
|
||||
|
||||
this->saveGeo();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue