mirror of https://github.com/2dust/v2rayN
bug fixes
parent
6e8a3a4867
commit
355bf84af4
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue