From 1699dab03d8a81249e5c577e702773df6d9838ee Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 31 Dec 2020 15:23:32 +0100 Subject: [PATCH] Disable polls. --- resources/desktop/com.github.rssguard.appdata.xml | 2 +- src/librssguard/miscellaneous/application.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index d6d3bd853..04871b89f 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -30,7 +30,7 @@ https://martinrotter.github.io/donate/ - + none diff --git a/src/librssguard/miscellaneous/application.cpp b/src/librssguard/miscellaneous/application.cpp index e0777620c..6c059c5a9 100755 --- a/src/librssguard/miscellaneous/application.cpp +++ b/src/librssguard/miscellaneous/application.cpp @@ -159,9 +159,9 @@ void Application::loadDynamicShortcuts() { } void Application::showPolls() const { - if (isFirstRunCurrentVersion()) { - web()->openUrlInExternalBrowser(QSL("https://forms.gle/Son3h3xg2ZtCmi9K8")); - } + /*if (isFirstRunCurrentVersion()) { + web()->openUrlInExternalBrowser(QSL("https://forms.gle/Son3h3xg2ZtCmi9K8")); + }*/ } void Application::offerChanges() const {