mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
WindowManager: make sure Tor is stopped before close
This commit is contained in:
parent
064dd585ad
commit
ede6f7e942
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue