WindowManager: make sure Tor is stopped before close

This commit is contained in:
tobtoht 2021-05-24 21:56:23 +02:00
parent 064dd585ad
commit ede6f7e942
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -48,7 +48,7 @@ void WindowManager::quitAfterLastWindow() {
}
qDebug() << "No wizards in progress and no wallets open, quitting application.";
QApplication::quit();
this->close();
}
void WindowManager::close() {