mirror of
https://github.com/feather-wallet/feather.git
synced 2025-02-02 03:06:34 +00:00
History: make sure tx info dialog is closed on exit
This commit is contained in:
parent
ca641d6530
commit
aa1c805c83
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ void HistoryWidget::showTxDetails() {
|
|||
emit resendTransaction(txid);
|
||||
});
|
||||
dialog->show();
|
||||
dialog->setAttribute(Qt::WA_DeleteOnClose);
|
||||
}
|
||||
|
||||
void HistoryWidget::onViewOnBlockExplorer() {
|
||||
|
|
Loading…
Reference in a new issue