bug fixes

pull/3728/head
2dust 2023-04-19 16:33:08 +08:00
parent 6e8a3a4867
commit 355bf84af4
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ namespace v2rayN.Handler
List<ProfileItem> lstKeep = new();
List<ProfileItem> lstRemove = new();
if (config.guiItem.keepOlderDedupl) lstProfile.Reverse();
if (!config.guiItem.keepOlderDedupl) lstProfile.Reverse();
foreach (ProfileItem item in lstProfile)
{