Skip to content

Commit 9734767

Browse files
committed
Bug fix
#5724
1 parent 36d1585 commit 9734767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2rayN/ServiceLib/ViewModels/AddServerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public AddServerViewModel(ProfileItem profileItem, Func<EViewAction, object?, Ta
2121
_noticeHandler = Locator.Current.GetService<NoticeHandler>();
2222
_updateView = updateView;
2323

24-
if (profileItem.id.IsNullOrEmpty())
24+
if (profileItem.indexId.IsNullOrEmpty())
2525
{
2626
profileItem.network = Global.DefaultNetwork;
2727
profileItem.headerType = Global.None;

0 commit comments

Comments
 (0)