mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 17:12:09 +03:00
Code optimization, function asynchrony
This commit is contained in:
@@ -213,7 +213,7 @@ namespace ServiceLib.ViewModels
|
||||
|
||||
if (_config.guiItem.enableStatistics)
|
||||
{
|
||||
StatisticsHandler.Instance.Init(_config, UpdateStatisticsHandler);
|
||||
await StatisticsHandler.Instance.Init(_config, UpdateStatisticsHandler);
|
||||
}
|
||||
|
||||
await Reload();
|
||||
|
||||
Reference in New Issue
Block a user