https://github.com/2dust/v2rayN/issues/7333
This commit is contained in:
2dust
2025-05-25 19:11:42 +08:00
parent 2ab1b9068f
commit 2f3fba73de
5 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ public partial class RoutingSettingWindow : ReactiveWindow<RoutingSettingViewMod
break;
case EViewAction.ShowYesNo:
if (await UI.ShowYesNo(this, ResUI.RemoveRules) == ButtonResult.No)
if (await UI.ShowYesNo(this, ResUI.RemoveRules) != ButtonResult.Yes)
{
return false;
}