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

@@ -388,7 +388,7 @@ public partial class MainWindow : ReactiveWindow<MainWindowViewModel>
private async void MenuClose_Click(object? sender, RoutedEventArgs e)
{
if (await UI.ShowYesNo(this, ResUI.menuExitTips) == ButtonResult.No)
if (await UI.ShowYesNo(this, ResUI.menuExitTips) != ButtonResult.Yes)
{
return;
}