diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f47a75f..e4f8cc5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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();