Fix hud theme selection (#19106)
* Fix hud theme selection Signed-off-by: c4llv07e <kseandi@gmail.com> * Remove iterator indexing in the theme configuration Signed-off-by: c4llv07e <kseandi@gmail.com> --------- Signed-off-by: c4llv07e <kseandi@gmail.com>
This commit is contained in:
@@ -158,6 +158,7 @@ namespace Content.Client.Entry
|
||||
_euiManager.Initialize();
|
||||
_voteManager.Initialize();
|
||||
_userInterfaceManager.SetDefaultTheme("SS14DefaultTheme");
|
||||
_userInterfaceManager.SetActiveTheme(_configManager.GetCVar(CVars.InterfaceTheme));
|
||||
_documentParsingManager.Initialize();
|
||||
|
||||
_baseClient.RunLevelChanged += (_, args) =>
|
||||
|
||||
Reference in New Issue
Block a user