1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Fix merge mistake

This commit is contained in:
Robert 2023-02-26 16:06:02 +01:00
parent d15244f330
commit aff6ffffc8

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.ObjectModel; using System.Collections.ObjectModel;
using System.Reactive; using System.Reactive;
@ -42,6 +42,7 @@ public static class ArtemisBootstrapper
_container.RegisterCore(); _container.RegisterCore();
_container.RegisterUI(); _container.RegisterUI();
_container.RegisterSharedUI(); _container.RegisterSharedUI();
_container.RegisterUpdatingClient();
_container.RegisterNoStringEvaluating(); _container.RegisterNoStringEvaluating();
configureServices?.Invoke(_container); configureServices?.Invoke(_container);