mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-17 21:15:47 +00:00
Fix speedtest core type
This commit is contained in:
parent
c0aa829abb
commit
7d3e630b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ public class CoreConfigContextBuilder
|
||||||
{
|
{
|
||||||
IndexId = $"inner-{Utils.GetGuid(false)}",
|
IndexId = $"inner-{Utils.GetGuid(false)}",
|
||||||
ConfigType = EConfigType.ProxyChain,
|
ConfigType = EConfigType.ProxyChain,
|
||||||
CoreType = node.CoreType ?? ECoreType.Xray,
|
CoreType = AppManager.Instance.GetCoreType(node, node.ConfigType),
|
||||||
};
|
};
|
||||||
List<string?> childItems = [prevNode?.IndexId, node.IndexId, nextNode?.IndexId];
|
List<string?> childItems = [prevNode?.IndexId, node.IndexId, nextNode?.IndexId];
|
||||||
var chainExtraItem = chainNode.GetProtocolExtra() with
|
var chainExtraItem = chainNode.GetProtocolExtra() with
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue