mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Only show entry update message when hitting apply
This commit is contained in:
parent
5e2e12977d
commit
8c4df37062
1 changed files with 0 additions and 4 deletions
|
@ -795,10 +795,6 @@ void DatabaseWidget::switchToView(bool accepted)
|
|||
m_newParent = nullptr;
|
||||
}
|
||||
|
||||
if (accepted) {
|
||||
showMessage(tr("Entry updated successfully."), MessageWidget::Positive, false, 2000);
|
||||
}
|
||||
|
||||
setCurrentWidget(m_mainWidget);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue