mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-26 14:36:07 -05:00
Only show entry update message when hitting apply
This commit is contained in:
parent
5e2e12977d
commit
8c4df37062
@ -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…
x
Reference in New Issue
Block a user