Only show entry update message when hitting apply
This commit is contained in:
committed by
Janek Bevendorff
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user