mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 04:52:09 +00:00
parent
36d15852aa
commit
97347674e7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace ServiceLib.ViewModels
|
|||
_noticeHandler = Locator.Current.GetService<NoticeHandler>();
|
||||
_updateView = updateView;
|
||||
|
||||
if (profileItem.id.IsNullOrEmpty())
|
||||
if (profileItem.indexId.IsNullOrEmpty())
|
||||
{
|
||||
profileItem.network = Global.DefaultNetwork;
|
||||
profileItem.headerType = Global.None;
|
||||
|
|
Loading…
Reference in a new issue