Save historyWidget viewstate on close

This commit is contained in:
tobtoht 2021-05-25 15:30:19 +02:00
parent 1ba4600442
commit 4f40e30056
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -824,6 +824,8 @@ void MainWindow::closeEvent(QCloseEvent *event) {
if (!this->cleanedUp) {
this->cleanedUp = true;
m_historyWidget->resetModel();
m_updateBytes.stop();
m_txTimer.stop();