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>
<content_rating type="oars-1.1" />
<releases>
<release version="3.8.4" date="2020-12-23"/>
<release version="3.8.4" date="2020-12-31"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View File

@ -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 {