diff --git a/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs b/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs index d3ca25e8..b4a2f982 100644 --- a/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs +++ b/v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs @@ -729,7 +729,7 @@ namespace ServiceLib.ViewModels { return; } - var result = await CoreConfigHandler.GenerateClientConfig(item, null); + var result = await CoreConfigHandler.GenerateClientConfig(item, fileName); if (result.Success != true) { NoticeHandler.Instance.Enqueue(result.Msg);