mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-21 13:52:17 +03:00
Trigger routing migration when rules exist
This commit is contained in:
@@ -2611,7 +2611,7 @@ public static class ConfigHandler
|
||||
items = await AppManager.Instance.RoutingItems();
|
||||
}
|
||||
|
||||
if (!blImportAdvancedRules && items.Count(u => u.Remarks.StartsWith(ver)) > 0)
|
||||
if (!blImportAdvancedRules && items.Count() > 0) // items.Count(u => u.Remarks.StartsWith(ver)) > 0)
|
||||
{
|
||||
//migrate
|
||||
//TODO Temporary code to be removed later
|
||||
|
||||
Reference in New Issue
Block a user