mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
fix #651
This commit is contained in:
parent
53d72f1619
commit
b1992a4b02
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user