mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-05 14:52:05 +03:00
When add a new routing rule, add it to the top
This commit is contained in:
@@ -141,7 +141,7 @@ namespace ServiceLib.ViewModels
|
||||
{
|
||||
if (blNew)
|
||||
{
|
||||
_rules.Add(item);
|
||||
_rules.Insert(0, item);
|
||||
}
|
||||
RefreshRulesItems();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user