Fix removing entry from history and improve logic of history tab showing

This commit is contained in:
qycyfjy 2023-10-21 05:50:55 +08:00 committed by Jonathan White
parent 6b3eaa7f3e
commit 7bfe9065cf
2 changed files with 3 additions and 1 deletions

View file

@ -1190,6 +1190,7 @@ bool EditEntryWidget::commitEntry()
}
m_historyModel->setEntries(m_entry->historyItems(), m_entry);
setPageHidden(m_historyWidget, m_history || m_entry->historyItems().count() < 1);
m_advancedUi->attachmentsWidget->linkAttachments(m_entry->attachments());
showMessage(tr("Entry updated successfully."), MessageWidget::Positive);