This commit is contained in:
parhelia512 2025-08-17 21:57:07 +08:00 committed by GitHub
parent 53d72f1619
commit b1992a4b02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -326,7 +326,7 @@ namespace Configs {
if (isDefault) {
QString version = SubStrBefore(NKR_VERSION, "-");
if (!version.contains(".")) version = "2.0";
return "Throne" + version;
return "Throne" + version + " (Prefer ClashMeta Format)";
}
return user_agent;
}