mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Correct intermittent crash due to stale history items
This commit is contained in:
parent
8dad78194f
commit
5e2e12977d
1 changed files with 2 additions and 0 deletions
|
@ -755,6 +755,8 @@ bool EditEntryWidget::commitEntry()
|
|||
}
|
||||
#endif
|
||||
|
||||
m_historyModel->setEntries(m_entry->historyItems());
|
||||
|
||||
showMessage(tr("Entry updated successfully."), MessageWidget::Positive);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue