mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 05:32:24 +00:00
When add a new routing rule, add it to the top
This commit is contained in:
parent
e0750df96c
commit
1e11477e27
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace ServiceLib.ViewModels
|
|||
{
|
||||
if (blNew)
|
||||
{
|
||||
_rules.Add(item);
|
||||
_rules.Insert(0, item);
|
||||
}
|
||||
RefreshRulesItems();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue