mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-08 20:09:43 +00:00
Close wallet on exit
This commit is contained in:
parent
0289aba113
commit
1dcc69db39
1 changed files with 1 additions and 0 deletions
|
@ -946,6 +946,7 @@ void MainWindow::homeWidgetChanged(const QString &widgetName) {
|
|||
}
|
||||
|
||||
void MainWindow::closeEvent(QCloseEvent *event) {
|
||||
m_ctx->walletManager->closeWallet();
|
||||
m_ctx->tor->stop();
|
||||
|
||||
this->saveGeo();
|
||||
|
|
Loading…
Reference in a new issue