Update On Wed Aug 21 20:32:22 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-21 20:32:22 +02:00
parent 6ed5781e38
commit 9c0be78c08
58 changed files with 505 additions and 444 deletions
@@ -256,7 +256,7 @@ namespace ServiceLib.ViewModels
{
return;
}
foreach (var it in SelectedSources)
foreach (var it in SelectedSources ?? [SelectedSource])
{
var item = LazyConfig.Instance.GetRoutingItem(it?.id);
if (item != null)