mirror of
https://github.com/feather-wallet/feather.git
synced 2025-05-12 21:52:21 +00:00
Save historyWidget viewstate on close
This commit is contained in:
parent
1ba4600442
commit
4f40e30056
1 changed files with 2 additions and 0 deletions
|
@ -824,6 +824,8 @@ void MainWindow::closeEvent(QCloseEvent *event) {
|
|||
if (!this->cleanedUp) {
|
||||
this->cleanedUp = true;
|
||||
|
||||
m_historyWidget->resetModel();
|
||||
|
||||
m_updateBytes.stop();
|
||||
m_txTimer.stop();
|
||||
|
||||
|
|
Loading…
Reference in a new issue