Disable polls.

This commit is contained in:
Martin Rotter 2020-12-31 15:23:32 +01:00
parent 70bbaa5ca7
commit 1699dab03d
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
<url type="donation">https://martinrotter.github.io/donate/</url> <url type="donation">https://martinrotter.github.io/donate/</url>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="3.8.4" date="2020-12-23"/> <release version="3.8.4" date="2020-12-31"/>
</releases> </releases>
<content_rating type="oars-1.0"> <content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute> <content_attribute id="violence-cartoon">none</content_attribute>

View file

@ -159,9 +159,9 @@ void Application::loadDynamicShortcuts() {
} }
void Application::showPolls() const { void Application::showPolls() const {
if (isFirstRunCurrentVersion()) { /*if (isFirstRunCurrentVersion()) {
web()->openUrlInExternalBrowser(QSL("https://forms.gle/Son3h3xg2ZtCmi9K8")); web()->openUrlInExternalBrowser(QSL("https://forms.gle/Son3h3xg2ZtCmi9K8"));
} }*/
} }
void Application::offerChanges() const { void Application::offerChanges() const {