v1.0.2.0: Restore Hotbar Layout, fix config right-click menu, hotbar fallback

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-31 02:29:13 -05:00
parent c63c054c5b
commit 6e0eb32a24
11 changed files with 101 additions and 16 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ namespace HSUI.Config.Tree
}
}
DrawExportResetContextMenu(subSectionNode, subSectionNode.Name);
DrawExportResetContextMenu(subSectionNode, Name + "_" + subSectionNode.Name + "_nested");
ImGui.BeginChild("subconfig" + Depth + " value", new Vector2(0, ImGui.GetWindowHeight()));
didReset |= subSectionNode.Draw(ref changed);