v1.0.8.0: Action Chat Link, hotbar job-specific persistence fix

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-01 23:40:50 -05:00
parent 9f41c18c0b
commit 78b37a3f15
9 changed files with 268 additions and 16 deletions
+5 -1
View File
@@ -467,8 +467,12 @@ namespace HSUI.Helpers
[Order(3)]
public bool ShowIcon = true;
[Checkbox("Shift+Click action in Actions & Traits → insert \"You should check out X\" in chat", help = "When chat is focused, inserts directly. Otherwise copies to clipboard.")]
[Order(4)]
public bool ActionChatLinkEnabled = true;
[Checkbox("Show Level", spacing = true)]
[Order(5)]
[Order(6)]
public bool ShowLevel = true;
[Checkbox("Show HP")]