History: make sure tx info dialog is closed on exit

This commit is contained in:
tobtoht 2021-10-13 22:30:49 +02:00
parent ca641d6530
commit aa1c805c83
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -121,6 +121,7 @@ void HistoryWidget::showTxDetails() {
emit resendTransaction(txid);
});
dialog->show();
dialog->setAttribute(Qt::WA_DeleteOnClose);
}
void HistoryWidget::onViewOnBlockExplorer() {