Skip to content

Commit ef5fee9

Browse files
authored
1 parent df800a6 commit ef5fee9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v2rayN/ServiceLib/Handler/Builder/CoreConfigContextBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ public static async Task<CoreConfigContextBuilderAllResult> BuildAll(Config conf
269269
IndexId = $"inner-{Utils.GetGuid(false)}",
270270
ConfigType = EConfigType.ProxyChain,
271271
CoreType = AppManager.Instance.GetCoreType(node, node.ConfigType),
272+
Remarks = node.Remarks,
272273
};
273274
List<string?> childItems = [prevNode?.IndexId, node.IndexId, nextNode?.IndexId];
274275
var chainExtraItem = chainNode.GetProtocolExtra() with

0 commit comments

Comments
 (0)