From aff6ffffc8a29209b25411c70bed252578ff7be8 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 26 Feb 2023 16:06:02 +0100 Subject: [PATCH] Fix merge mistake --- src/Artemis.UI/ArtemisBootstrapper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Artemis.UI/ArtemisBootstrapper.cs b/src/Artemis.UI/ArtemisBootstrapper.cs index 8f783279c..c1dd988a9 100644 --- a/src/Artemis.UI/ArtemisBootstrapper.cs +++ b/src/Artemis.UI/ArtemisBootstrapper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Reactive; @@ -42,6 +42,7 @@ public static class ArtemisBootstrapper _container.RegisterCore(); _container.RegisterUI(); _container.RegisterSharedUI(); + _container.RegisterUpdatingClient(); _container.RegisterNoStringEvaluating(); configureServices?.Invoke(_container);