mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
Update ua
This commit is contained in:
parent
ff5cd74706
commit
e615045a92
@ -327,8 +327,8 @@ namespace Configs {
|
|||||||
}
|
}
|
||||||
if (isDefault) {
|
if (isDefault) {
|
||||||
QString version = SubStrBefore(NKR_VERSION, "-");
|
QString version = SubStrBefore(NKR_VERSION, "-");
|
||||||
if (!version.contains(".")) version = "2.0";
|
if (!version.contains(".")) version = "1.0.0";
|
||||||
return "Throne" + version + " (Prefer ClashMeta Format)";
|
return "Throne/" + version + " (Prefer ClashMeta Format)";
|
||||||
}
|
}
|
||||||
return user_agent;
|
return user_agent;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user