Fix warning CS0618

This commit is contained in:
DHR60 2026-01-21 12:15:21 +08:00
parent 7bfd2f504d
commit 189ab47fa9

View file

@ -230,12 +230,6 @@ public static class ConfigHandler
item.Remarks = profileItem.Remarks;
item.Address = profileItem.Address;
item.Port = profileItem.Port;
item.Ports = profileItem.Ports;
item.Id = profileItem.Id;
item.AlterId = profileItem.AlterId;
item.Security = profileItem.Security;
item.Flow = profileItem.Flow;
item.Password = profileItem.Password;