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

Commit

Permalink
Remove Dynamic Bones menu as it's not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
RequiDev committed Jun 19, 2022
1 parent eaaf12e commit f61ee21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReModCE/ReModCE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ public static void OnUiManagerInit()
visualPage.AddCategory("ESP/Highlights");
visualPage.AddCategory("Wireframe");

_uiManager.MainMenu.AddMenuPage("Dynamic Bones", "Access your global dynamic bone settings", ResourceManager.GetSprite("remodce.bone"));
_uiManager.MainMenu.AddMenuPage("Avatars", "Access avatar related settings", ResourceManager.GetSprite("remodce.hanger"));

var utilityPage = _uiManager.MainMenu.AddCategoryPage("Utility", "Access miscellaneous settings", ResourceManager.GetSprite("remodce.tools"));
Expand Down

0 comments on commit f61ee21

Please sign in to comment.