mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 11:26:54 +00:00
Update GroupSettingForm.cs
This commit is contained in:
parent
4d7cf140cd
commit
e030fae1c4
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ namespace v2rayN.Forms
|
|||
GroupItem groupItem = new GroupItem
|
||||
{
|
||||
id = string.Empty,
|
||||
remarks = "remarks"
|
||||
remarks = "Group"
|
||||
};
|
||||
config.groupItem.Add(groupItem);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue