Fix missing dependencies, which caused exception setting up UI (#16387)
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Content.Client.Lobby.UI
|
|||||||
public LobbyGui()
|
public LobbyGui()
|
||||||
{
|
{
|
||||||
RobustXamlLoader.Load(this);
|
RobustXamlLoader.Load(this);
|
||||||
|
IoCManager.InjectDependencies(this);
|
||||||
SetAnchorPreset(MainContainer, LayoutPreset.Wide);
|
SetAnchorPreset(MainContainer, LayoutPreset.Wide);
|
||||||
SetAnchorPreset(Background, LayoutPreset.Wide);
|
SetAnchorPreset(Background, LayoutPreset.Wide);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user