Medistor reworked to handle ui threading in a cleaner way
This commit is contained in:
@@ -25,6 +25,7 @@ public class WidgetComponentViewModelFactory(IServiceFactory service,
|
||||
if (processCommandConfiguration.Commands is { Count: > 0 } childCommandConfigurations)
|
||||
{
|
||||
List<IWidgetComponentViewModel> childViewModels = [];
|
||||
|
||||
foreach (PrimaryCommandConfiguration childCommandConfiguration in childCommandConfigurations)
|
||||
{
|
||||
WidgetComponentViewModel? childViewModel = null;
|
||||
|
||||
Reference in New Issue
Block a user