Update On Fri Nov 29 19:38:35 CET 2024

This commit is contained in:
github-action[bot]
2024-11-29 19:38:36 +01:00
parent db1ef1abb7
commit 6fbb1f1d33
62 changed files with 881 additions and 623 deletions
@@ -283,7 +283,6 @@ namespace ServiceLib.ViewModels
try
{
Logging.SaveLog("MyAppExit Begin");
//if (blWindowsShutDown)
await SysProxyHandler.UpdateSysProxy(_config, true);
await ConfigHandler.SaveConfig(_config);
@@ -297,7 +296,10 @@ namespace ServiceLib.ViewModels
catch { }
finally
{
_updateView?.Invoke(EViewAction.Shutdown, null);
if (!blWindowsShutDown)
{
_updateView?.Invoke(EViewAction.Shutdown, null);
}
}
}