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 {