Update On Wed Oct 8 20:42:26 CEST 2025

This commit is contained in:
github-action[bot]
2025-10-08 20:42:26 +02:00
parent d15dbf4b5f
commit a08f6b64fa
73 changed files with 932 additions and 760 deletions
@@ -510,7 +510,7 @@ public class ProfilesViewModel : MyReactiveObject
{
ret = await _updateView?.Invoke(EViewAction.AddServer2Window, item);
}
else if (eConfigType is EConfigType.PolicyGroup or EConfigType.ProxyChain)
else if (eConfigType.IsGroupType())
{
ret = await _updateView?.Invoke(EViewAction.AddGroupServerWindow, item);
}