diff --git a/src/miscellaneous/application.cpp b/src/miscellaneous/application.cpp index 4b5bd473f..311ef6333 100755 --- a/src/miscellaneous/application.cpp +++ b/src/miscellaneous/application.cpp @@ -85,7 +85,7 @@ Application::~Application() { void Application::showPolls() const { if (isFirstRun(APP_VERSION)) { - web()->openUrlInExternalBrowser(QSL("https://goo.gl/forms/7bJNr33Ii22Q1c3k2")); + //web()->openUrlInExternalBrowser(QSL("https://goo.gl/forms/7bJNr33Ii22Q1c3k2")); } }