diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-07-22 17:40:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 17:40:36 +0200 |
commit | 4fc37f5a35e58ff4b121f788e0477dff1f30a97b (patch) | |
tree | 267d043f0fb028a87c7cd60e008f8d2f11a6af8d /buildconfig/BuildConfig.h | |
parent | 295bcbe3a71ab09e9eed283633e51beb525f483e (diff) | |
parent | 74f5255eef8b14455ca741c5004a97cd00fed667 (diff) | |
download | PrismLauncher-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.h | 10 |
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; |