mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-06 07:12:05 +03:00
Bug fix
MainModule FileName only exists in Win32.
This commit is contained in:
@@ -289,7 +289,7 @@ namespace ServiceLib.ViewModels
|
||||
await ProfileExHandler.Instance.SaveTo();
|
||||
await StatisticsHandler.Instance.SaveTo();
|
||||
StatisticsHandler.Instance.Close();
|
||||
CoreHandler.Instance.CoreStop();
|
||||
await CoreHandler.Instance.CoreStop();
|
||||
|
||||
Logging.SaveLog("MyAppExit End");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user