Enhancement: Tabs support for preference items #4043
Labels
status: pending pull request
Dependent on a pull request that is currently awaiting review.
topic: mods
Related to the creation or use of mods.
type: enhancement
Involves an enhancement or new feature.
Issue Checklist
What is your suggestion, and why should it be implemented?
Currently, all preference items created by mods are grouped together with base game's options. This can make the menu look really cluttered when you have a lot of mods with a lot of modded preferences.
You can add a sort of "separator" of some kind like this:
However, this is very janky (and doesn't even work in the
develop
branch).Alternatively, could also make an Options page of your own; but that's ALSO extremely janky since you have to effectively clone
PreferencesMenu
, remove everything in it, and THEN add your own preferences.My suggestion is to add tabs to the preference menu, which can be navigated through using Q or E (similar to how Freeplay handles sorting).
This would make everything less cluttered visually since mods could have their own custom preferences in a different tab, without being grouped in with base game's options.
The text was updated successfully, but these errors were encountered: