Close wallet on exit

master
tobtoht 4 years ago committed by synku
parent 9ff44b7837
commit 494e61fe71

@ -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…
Cancel
Save