diff --git a/v2rayN/ServiceLib/Handler/ConfigHandler.cs b/v2rayN/ServiceLib/Handler/ConfigHandler.cs index 61400564..2db2527f 100644 --- a/v2rayN/ServiceLib/Handler/ConfigHandler.cs +++ b/v2rayN/ServiceLib/Handler/ConfigHandler.cs @@ -1005,7 +1005,7 @@ namespace ServiceLib.Handler return 0; } - public static async Task AddCustomServer4Multiple(Config config, List selecteds,ECoreType coreType, EMultipleLoad multipleLoad) + public static async Task AddCustomServer4Multiple(Config config, List selecteds, ECoreType coreType, EMultipleLoad multipleLoad) { var indexId = Utils.GetMd5(Global.CoreMultipleLoadConfigFileName); var configPath = Utils.GetConfigPath(Global.CoreMultipleLoadConfigFileName); diff --git a/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs b/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs index 3ca62c37..5420478f 100644 --- a/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs +++ b/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs @@ -67,8 +67,6 @@ namespace ServiceLib.ViewModels public ReactiveCommand SetDefaultMultipleServerXrayLeastPingCmd { get; } public ReactiveCommand SetDefaultMultipleServerXrayLeastLoadCmd { get; } public ReactiveCommand SetDefaultMultipleServerSingBoxLeastPingCmd { get; } - public ReactiveCommand SetDefaultMultipleServerCmd { get; } - public ReactiveCommand SetDefaultLoadBalanceServerCmd { get; } //servers move public ReactiveCommand MoveTopCmd { get; }