invite to discord if version first started

This commit is contained in:
Martin Rotter 2021-10-08 10:34:04 +02:00
parent 2f39114e8a
commit 7e2ba09e63
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
APP_LOW_H_NAME = ".rssguard"
APP_AUTHOR = "Martin Rotter"
APP_COPYRIGHT = "(C) 2011-2021 $$APP_AUTHOR"
APP_VERSION = "4.0.3"
APP_VERSION = "4.0.4"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"

View File

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