mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 05:38:51 +00:00
bug fixes
This commit is contained in:
parent
6e8a3a4867
commit
355bf84af4
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ namespace v2rayN.Handler
|
||||||
|
|
||||||
List<ProfileItem> lstKeep = new();
|
List<ProfileItem> lstKeep = new();
|
||||||
List<ProfileItem> lstRemove = new();
|
List<ProfileItem> lstRemove = new();
|
||||||
if (config.guiItem.keepOlderDedupl) lstProfile.Reverse();
|
if (!config.guiItem.keepOlderDedupl) lstProfile.Reverse();
|
||||||
|
|
||||||
foreach (ProfileItem item in lstProfile)
|
foreach (ProfileItem item in lstProfile)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue