v1.0.8.23: Main Menu bar; Duty List transparent background

Made-with: Cursor
This commit is contained in:
2026-03-04 01:38:48 -05:00
parent 9f9d5e1781
commit 293f83dc36
15 changed files with 744 additions and 20 deletions
+5
View File
@@ -264,6 +264,11 @@ namespace HSUI.Interface
AddElements(ElementKind.ScenarioTree);
}
var mainMenu = ConfigurationManager.Instance?.GetConfigObject<MainMenuConfig>();
// Disabled while troubleshooting: keep game's Main Menu visible so we can compare behavior.
// if (mainMenu?.Enabled == true)
// AddElements(ElementKind.MainMenu);
// NamePlate is not in HUD Layout config; use UpdateDefaultNameplates (IsVisible) for that
if (IsCurrentJobHudEnabled())
{