Skip to content

Commit 30a838d

Browse files
committed
Bug fix
2dust#6092
1 parent 7cf9b9f commit 30a838d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2rayN/ServiceLib/ViewModels/ProfilesViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ public async Task Export2ClientConfigResult(string fileName, ProfileItem item)
729729
{
730730
return;
731731
}
732-
var result = await CoreConfigHandler.GenerateClientConfig(item, null);
732+
var result = await CoreConfigHandler.GenerateClientConfig(item, fileName);
733733
if (result.Success != true)
734734
{
735735
NoticeHandler.Instance.Enqueue(result.Msg);

0 commit comments

Comments
 (0)