Fix conflict

This commit is contained in:
Sebastian-byte
2021-07-23 16:34:31 -05:00
39 changed files with 263 additions and 42 deletions

View File

@@ -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;
@@ -60,6 +65,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
*/