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) {
|
||||
QString version = SubStrBefore(NKR_VERSION, "-");
|
||||
if (!version.contains(".")) version = "2.0";
|
||||
return "Throne" + version + " (Prefer ClashMeta Format)";
|
||||
if (!version.contains(".")) version = "1.0.0";
|
||||
return "Throne/" + version + " (Prefer ClashMeta Format)";
|
||||
}
|
||||
return user_agent;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user