invite to discord if version first started
This commit is contained in:
parent
2f39114e8a
commit
7e2ba09e63
@ -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"
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user