Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit c9a1846

Browse files
committed
Fixed BigMenuIndexToPathTable WorldsMenu entry point at the wrong screen
1 parent 1c86a81 commit c9a1846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

VRChat/VrcUiExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public static Transform GetScreen(this VRCUiManager uiManager, QuickMenu.MainMen
125125
private static readonly Dictionary<QuickMenu.MainMenuScreenIndex, string> BigMenuIndexToPathTable = new Dictionary<QuickMenu.MainMenuScreenIndex, string>()
126126
{
127127
{ QuickMenu.MainMenuScreenIndex.Unknown, "" },
128-
{ QuickMenu.MainMenuScreenIndex.WorldsMenu, "UserInterface/MenuContent/Screens/WorldInfo" },
128+
{ QuickMenu.MainMenuScreenIndex.WorldsMenu, "UserInterface/MenuContent/Screens/Worlds" },
129129
{ QuickMenu.MainMenuScreenIndex.AvatarMenu, "UserInterface/MenuContent/Screens/Avatar" },
130130
{ QuickMenu.MainMenuScreenIndex.SocialMenu, "UserInterface/MenuContent/Screens/Social" },
131131
{ QuickMenu.MainMenuScreenIndex.SettingsMenu, "UserInterface/MenuContent/Screens/Settings" },
@@ -142,7 +142,7 @@ public static Transform GetScreen(this VRCUiManager uiManager, QuickMenu.MainMen
142142
private static readonly Dictionary<QuickMenu.MainMenuScreenIndex, string> BigMenuIndexToNameTable = new Dictionary<QuickMenu.MainMenuScreenIndex, string>()
143143
{
144144
{ QuickMenu.MainMenuScreenIndex.Unknown, "" },
145-
{ QuickMenu.MainMenuScreenIndex.WorldsMenu, "WorldInfo" },
145+
{ QuickMenu.MainMenuScreenIndex.WorldsMenu, "Worlds" },
146146
{ QuickMenu.MainMenuScreenIndex.AvatarMenu, "Avatar" },
147147
{ QuickMenu.MainMenuScreenIndex.SocialMenu, "Social" },
148148
{ QuickMenu.MainMenuScreenIndex.SettingsMenu, "Settings" },

0 commit comments

Comments
 (0)