aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-07-22 17:40:36 +0200
committerGitHub <noreply@github.com>2021-07-22 17:40:36 +0200
commit4fc37f5a35e58ff4b121f788e0477dff1f30a97b (patch)
tree267d043f0fb028a87c7cd60e008f8d2f11a6af8d /buildconfig/BuildConfig.h
parent295bcbe3a71ab09e9eed283633e51beb525f483e (diff)
parent74f5255eef8b14455ca741c5004a97cd00fed667 (diff)
downloadPrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.tar.gz
PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.tar.bz2
PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.zip
Merge pull request #3931 from jamierocks/july-wrk2
NOISSUE Debranding, fix annoying warning, updated Patreon logo
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r--buildconfig/BuildConfig.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h
index 66d05ae0..185bebad 100644
--- a/buildconfig/BuildConfig.h
+++ b/buildconfig/BuildConfig.h
@@ -31,6 +31,11 @@ public:
/// URL for the updater's channel
QString CHANLIST_URL;
+ /// User-Agent to use.
+ QString USER_AGENT = "MultiMC/5.0";
+ /// User-Agent to use for uncached requests.
+ QString USER_AGENT_UNCACHED = "MultiMC/5.0 (Uncached)";
+
/// Google analytics ID
QString ANALYTICS_ID;
@@ -61,6 +66,11 @@ public:
QString PASTE_EE_KEY;
/**
+ * Client ID you can get from Imgur when you register an application
+ */
+ QString IMGUR_CLIENT_ID;
+
+ /**
* MultiMC Metadata repository URL prefix
*/
QString META_URL;