You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Menu/Buttons.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ public static class Buttons
81
81
newButtonInfo{buttonText="Exit Settings",method=()=>CurrentCategoryName="Main",isTogglable=false,toolTip="Returns you back to the main page."},
82
82
83
83
newButtonInfo{buttonText="Menu Settings",method=()=>CurrentCategoryName="Menu Settings",isTogglable=false,toolTip="Opens the settings for the menu."},
84
+
newButtonInfo{buttonText="Category Settings",method=Settings.CategorySettings,isTogglable=false,toolTip="Opens the settings for the categories."},
84
85
85
86
newButtonInfo{buttonText="Keybind Settings",method=()=>CurrentCategoryName="Keybind Settings",isTogglable=false,toolTip="Opens the settings for the keybinds."},
86
87
newButtonInfo{buttonText="Rebind Settings",method=()=>CurrentCategoryName="Rebind Settings",isTogglable=false,toolTip="Opens the settings for rebinds."},
List<ButtonInfo>buttons=newList<ButtonInfo>{newButtonInfo{buttonText="Exit Menu Settings",method=()=>Buttons.CurrentCategoryName="Settings",isTogglable=false,toolTip="Returns you back to the settings menu."}};
0 commit comments