mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-24 16:12:05 +03:00
@@ -559,7 +559,7 @@ public class MainWindowViewModel : MyReactiveObject
|
||||
|
||||
await Task.Run(async () =>
|
||||
{
|
||||
await LoadCore(allResult.ResolvedMainContext, allResult.PreSocksResult?.Context);
|
||||
await LoadCore(allResult.MainResult.Context, allResult.PreSocksResult?.Context);
|
||||
await SysProxyHandler.UpdateSysProxy(_config, false);
|
||||
await Task.Delay(1000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user