mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix removing entry from history and improve logic of history tab showing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user