Skip to content

Commit

Permalink
Comment out polls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rotter committed Oct 16, 2017
1 parent 339dd9c commit ccd8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miscellaneous/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
}

Expand Down

0 comments on commit ccd8f5d

Please sign in to comment.