Update On Fri Apr 18 20:35:53 CEST 2025

This commit is contained in:
github-action[bot]
2025-04-18 20:35:54 +02:00
parent 7d10caf390
commit 3888f8359d
148 changed files with 6442 additions and 1253 deletions
@@ -548,8 +548,11 @@ public class MainWindowViewModel : MyReactiveObject
BlReloadEnabled = false;
await LoadCore();
await SysProxyHandler.UpdateSysProxy(_config, false);
await Task.Run(async () =>
{
await LoadCore();
await SysProxyHandler.UpdateSysProxy(_config, false);
});
Locator.Current.GetService<StatusBarViewModel>()?.TestServerAvailability();
_updateView?.Invoke(EViewAction.DispatcherReload, null);