From dcafe45a23958bff77ef4348b609730cacc308ae Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 23 Mar 2022 08:35:55 +0100 Subject: [PATCH] disable survey --- src/librssguard/miscellaneous/application.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/librssguard/miscellaneous/application.cpp b/src/librssguard/miscellaneous/application.cpp index 4b79e21bc..42a3bf128 100644 --- a/src/librssguard/miscellaneous/application.cpp +++ b/src/librssguard/miscellaneous/application.cpp @@ -256,12 +256,14 @@ void Application::loadDynamicShortcuts() { } void Application::showPolls() const { - if(isFirstRunCurrentVersion()) { - qApp->showGuiMessage(Notification::Event::GeneralEvent, + /* + if(isFirstRunCurrentVersion()) { + qApp->showGuiMessage(Notification::Event::GeneralEvent, { QSL("%1 survey").arg(QSL(APP_NAME)), QSL("Please, fill the survey."), QSystemTrayIcon::MessageIcon::Warning }, { false, true, false }); - qApp->web()->openUrlInExternalBrowser(QSL("https://forms.gle/9GgSa38Awqr37xLV8")); - } + qApp->web()->openUrlInExternalBrowser(QSL("https://forms.gle/9GgSa38Awqr37xLV8")); + } + */ } void Application::offerChanges() const {