Show HUD during dialogue: add option to keep hotbars/UI visible when talking to NPCs or interacting

Made-with: Cursor
This commit is contained in:
2026-02-26 02:47:33 -05:00
parent cb7b09a820
commit b635e72084
2 changed files with 19 additions and 0 deletions
@@ -70,6 +70,12 @@ namespace HSUI.Interface.GeneralElements
[Order(50)]
public bool HideDefaultPulltimer = false;
[Checkbox("Show HUD during dialogue and interaction", help =
"When enabled, HSUI stays visible (including hotbars and other elements) when talking to NPCs or interacting with objects.\n" +
"When disabled, only the castbar is shown during dialogue and interaction (after a short delay), matching the game's default behavior.")]
[Order(55)]
public bool ShowHudDuringDialogue = true;
[Checkbox("Use Regional Number Format", help = "When enabled, HSUI will use your system's regional format settings when showing numbers.\nWhen disabled, HSUI will use English number formatting instead.", separator = true)]
[Order(60)]
public bool UseRegionalNumberFormats = true;