mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
[macOS] fix: close button not work
This commit is contained in:
parent
8f0f67745e
commit
469967714c
1 changed files with 2 additions and 1 deletions
|
@ -389,7 +389,8 @@ namespace v2rayN.Desktop.Views
|
||||||
_blCloseByUser = true;
|
_blCloseByUser = true;
|
||||||
StorageUI();
|
StorageUI();
|
||||||
|
|
||||||
await ViewModel?.MyAppExitAsync(false);
|
await ViewModel?.MyAppExitAsync(false);
|
||||||
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion Event
|
#endregion Event
|
||||||
|
|
Loading…
Reference in a new issue