From e52dd31347e1e28ecae8851de679041c80746197 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Sun, 8 Mar 2026 18:07:53 +0800 Subject: [PATCH] Fix --- v2rayN/ServiceLib/Handler/Builder/CoreConfigContextBuilder.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/ServiceLib/Handler/Builder/CoreConfigContextBuilder.cs b/v2rayN/ServiceLib/Handler/Builder/CoreConfigContextBuilder.cs index 9a3aea84..1cbfbf14 100644 --- a/v2rayN/ServiceLib/Handler/Builder/CoreConfigContextBuilder.cs +++ b/v2rayN/ServiceLib/Handler/Builder/CoreConfigContextBuilder.cs @@ -269,6 +269,7 @@ public class CoreConfigContextBuilder IndexId = $"inner-{Utils.GetGuid(false)}", ConfigType = EConfigType.ProxyChain, CoreType = AppManager.Instance.GetCoreType(node, node.ConfigType), + Remarks = node.Remarks, }; List childItems = [prevNode?.IndexId, node.IndexId, nextNode?.IndexId]; var chainExtraItem = chainNode.GetProtocolExtra() with