Merge pull request 'Close wallet on exit' (#67) from tobtoht/feather:close_on_exit into master

Reviewed-on: feather/feather#67
tobtoht-patch-1
tobtoht 4 years ago
commit ea49097ab3

@ -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