Update On Sat Jan 4 19:31:20 CET 2025

This commit is contained in:
github-action[bot]
2025-01-04 19:31:21 +01:00
parent 8cf2bd5d97
commit 07c63fb97d
322 changed files with 32797 additions and 631 deletions

View File

@@ -103,7 +103,7 @@ namespace ServiceLib.ViewModels
address = Utils.GetConfigPath(address);
if (File.Exists(address))
{
Utils.ProcessStart(address);
ProcUtils.ProcessStart(address);
}
else
{