aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-06-05 23:52:21 +0800
committerGitHub <noreply@github.com>2022-06-05 23:52:21 +0800
commit757fa1410cb6d065b2c26092b47dbe61f8c6d480 (patch)
tree967ad6eb6a2e37b492531ba5d9f760aceabc70cf /launcher/Application.cpp
parent7a3acc324979704e69a815bfe307aa054d4db8a3 (diff)
downloadPrismLauncher-757fa1410cb6d065b2c26092b47dbe61f8c6d480.tar.gz
PrismLauncher-757fa1410cb6d065b2c26092b47dbe61f8c6d480.tar.bz2
PrismLauncher-757fa1410cb6d065b2c26092b47dbe61f8c6d480.zip
Update launcher/Application.cpp
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 7143b767..542b4d14 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1569,6 +1569,7 @@ QString Application::getUserAgentUncached()
{
QString uaOverride = m_settings->get("UserAgentOverride").toString();
if (!uaOverride.isEmpty()) {
+ uaOverride += " (Uncached)";
return uaOverride.replace("$LAUNCHER_VER", BuildConfig.printableVersionString());
}