v1.0.8.23: Main Menu bar; Duty List transparent background
Made-with: Cursor
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user