From 8c4df3706297cfa117ed208abd5d7904f52f432a Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 25 Feb 2018 13:15:44 -0500 Subject: [PATCH] Only show entry update message when hitting apply --- src/gui/DatabaseWidget.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/DatabaseWidget.cpp b/src/gui/DatabaseWidget.cpp index fda7586d..06b7b87b 100644 --- a/src/gui/DatabaseWidget.cpp +++ b/src/gui/DatabaseWidget.cpp @@ -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); }