Skip to content

Conversation

@NepuShiro
Copy link
Contributor

This PR adds multiple checks for hidden configs, which will either hide them/recolor them, and also remove/hide mods with just hidden configs, and remove/hide sections with only hidden configs

This could be really cleaned up with some code deduplication, but as of now this works.

This also adds events for CustomNestedCategories, so Categories over the depth of 3 can actually be used for Settings Addons

ShowProtected = Config.Bind("General", "ShowProtected", false, "Whether to show protected Configs");

ShowEmptyPages = Config.Bind("General", "ShowEmptyPages", true, "Whether to show category buttons for pages which would have no content");
SortEmptyPages = Config.Bind("General", "SortEmptyPages", true, "Whether to sort empty pages to the bottom o the list");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in latest commit

These are specifically added for the InspectorKeybinds Plugin
@EIA485 EIA485 merged commit 4cc8de2 into main Sep 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants