Skip to content

Commit

Permalink
fix: menu links not being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaNeverUsed committed Jun 29, 2024
1 parent 0bee244 commit fc3aed2
Show file tree
Hide file tree
Showing 3 changed files with 16,517 additions and 8,024 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ private void CreateMenu()

for (int pageId = 0; pageId < numPages - 1; pageId++)
{
_vrcMenus[pageId].controls.Append(new VRCExpressionsMenu.Control {
_vrcMenus[pageId].controls.Add(new VRCExpressionsMenu.Control {
icon = null,
name = $"Page {pageId + 1}",
type = VRCExpressionsMenu.Control.ControlType.SubMenu,
Expand Down
Loading

0 comments on commit fc3aed2

Please sign in to comment.