From 1dcc69db3969aeb2f6538b1635e393667ccee2a8 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 14 Oct 2020 20:44:26 +0200 Subject: [PATCH] Close wallet on exit --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) 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();