aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.h
diff options
context:
space:
mode:
authorLennyMcLennington <lenny@sneed.church>2022-02-11 12:03:29 +0000
committerGitHub <noreply@github.com>2022-02-11 12:03:29 +0000
commit53ea2613507b1b44d631ea61ab554895c0d02836 (patch)
tree6ca8cb043b8cc7628060eafc56ebc74b83d2707a /buildconfig/BuildConfig.h
parenta17e5d0a4d1dd7c9aea8030e9289f106a3d64738 (diff)
parent13d41bde7fd6cb7119395a1cc829174da5872b60 (diff)
downloadPrismLauncher-53ea2613507b1b44d631ea61ab554895c0d02836.tar.gz
PrismLauncher-53ea2613507b1b44d631ea61ab554895c0d02836.tar.bz2
PrismLauncher-53ea2613507b1b44d631ea61ab554895c0d02836.zip
Merge pull request #151 from dada513/rss_not_begone
Re-add RSS feed with the new PolyMC website
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r--buildconfig/BuildConfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h
index a85da74e..e70cd5c0 100644
--- a/buildconfig/BuildConfig.h
+++ b/buildconfig/BuildConfig.h
@@ -68,6 +68,11 @@ public:
QString NEWS_RSS_URL;
/**
+ * URL that gets opened when the user clicks "More News"
+ */
+ QString NEWS_OPEN_URL;
+
+ /**
* Client ID you can get from Imgur when you register an application
*/
QString IMGUR_CLIENT_ID;