From adddf12c87be591ad20d68dd06c2b6ed43ecf6e1 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 4 Jan 2018 06:37:47 +0100 Subject: [PATCH] Fixed #176. --- resources/text/CHANGELOG | 1 + src/main.cpp | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index fa6b1551d..02e8ae7c6 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -2,6 +2,7 @@ ————— Fixed: +▪ Unnecessary "Welcome" notifications. (bug #176) ▪ Bad handling of null/empty strings when inserting messages into DB. (bug #169) ▪ Bad conversion of "created on" date/time in TT-RSS plugin. (bug #172) ▪ Missing obligatory attribute in OPML 2.0 files. (bug #166) diff --git a/src/main.cpp b/src/main.cpp index 79dd3caeb..5a05c682d 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -141,9 +141,6 @@ int main(int argc, char* argv[]) { FormAbout(qApp->mainForm()).exec(); }); } - else { - qApp->showGuiMessage(QSL(APP_NAME), QObject::tr("Welcome to %1.").arg(APP_NAME), QSystemTrayIcon::NoIcon); - } if (qApp->settings()->value(GROUP(General), SETTING(General::UpdateOnStartup)).toBool()) { QObject::connect(qApp->system(), &SystemFactory::updatesChecked, [](QPair, QNetworkReply::NetworkError> updates) {