2dust 5 days ago
parent
commit
30a838df77
  1. 2
      v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs

2
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);

Loading…
Cancel
Save