v1.0.7.0: Hotbar charge count on slots; fix WndProc restore on unload (left-click after disable)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -63,15 +63,19 @@ namespace HSUI.Interface.GeneralElements
|
||||
[Order(28)]
|
||||
public bool ShowSlotNumbers = true;
|
||||
|
||||
[Checkbox("Show Combo Highlight")]
|
||||
[Checkbox("Show Charge Count")]
|
||||
[Order(29)]
|
||||
public bool ShowChargeCount = true;
|
||||
|
||||
[Checkbox("Show Combo Highlight")]
|
||||
[Order(30)]
|
||||
public bool ShowComboHighlight = true;
|
||||
|
||||
[Checkbox("Show Keypress Flash")]
|
||||
[Order(30)]
|
||||
[Order(31)]
|
||||
public bool ShowKeypressFlash = true;
|
||||
|
||||
[NestedConfig("Combo Highlight", 31)]
|
||||
[NestedConfig("Combo Highlight", 32)]
|
||||
public ComboHighlightConfig ComboHighlightConfig = new();
|
||||
|
||||
[Checkbox("Debug Drag & Drop")]
|
||||
|
||||
Reference in New Issue
Block a user