Make sure wownerod is stopped on application quit

solo-mining
dsc 2 years ago
parent a62fb95fbf
commit 917f8b5812

@ -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…
Cancel
Save