]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix missing dependencies, which caused exception setting up UI (#16387)
authoreoineoineoin <github@eoinrul.es>
Sat, 13 May 2023 15:30:39 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Sat, 13 May 2023 15:30:39 +0000 (11:30 -0400)
Content.Client/Lobby/UI/LobbyGui.xaml.cs

index 62cbac420bc0c81b7e0835c02f1d529a79cf7c6f..d45a99c16f94660a909411ab0771d9f6d437d351 100644 (file)
@@ -29,6 +29,7 @@ namespace Content.Client.Lobby.UI
         public LobbyGui()
         {
             RobustXamlLoader.Load(this);
+            IoCManager.InjectDependencies(this);
             SetAnchorPreset(MainContainer, LayoutPreset.Wide);
             SetAnchorPreset(Background, LayoutPreset.Wide);