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
|
@ -390,6 +390,7 @@ namespace v2rayN.Desktop.Views
|
|||
StorageUI();
|
||||
|
||||
await ViewModel?.MyAppExitAsync(false);
|
||||
Close();
|
||||
}
|
||||
|
||||
#endregion Event
|
||||
|
|
Loading…
Reference in a new issue