From 08a6eb951c43ea1fc70a5b94b1b3d3fbb925b557 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Fri, 6 Feb 2026 14:29:51 +0800 Subject: [PATCH] Fix --- v2rayN/ServiceLib/Manager/GroupProfileManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Manager/GroupProfileManager.cs b/v2rayN/ServiceLib/Manager/GroupProfileManager.cs index 4296059d..53ef0429 100644 --- a/v2rayN/ServiceLib/Manager/GroupProfileManager.cs +++ b/v2rayN/ServiceLib/Manager/GroupProfileManager.cs @@ -75,7 +75,7 @@ public class GroupProfileManager return (await GetChildProfileItemsByProtocolExtra(protocolExtra), protocolExtra); } - private static async Task> GetChildProfileItemsByProtocolExtra(ProtocolExtraItem? protocolExtra) + public static async Task> GetChildProfileItemsByProtocolExtra(ProtocolExtraItem? protocolExtra) { if (protocolExtra == null) {