Update On Sun Oct 20 20:32:22 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-20 20:32:23 +02:00
parent b0b91ede47
commit a2e7d7f51b
85 changed files with 2349 additions and 2141 deletions
@@ -84,7 +84,7 @@ namespace ServiceLib.ViewModels
}
SelectedSource.coreType = CoreType.IsNullOrEmpty() ? null : (ECoreType)Enum.Parse(typeof(ECoreType), CoreType);
if (ConfigHandler.AddServer(_config, SelectedSource) == 0)
if (await ConfigHandler.AddServer(_config, SelectedSource) == 0)
{
NoticeHandler.Instance.Enqueue(ResUI.OperationSuccess);
_updateView?.Invoke(EViewAction.CloseWindow, null);