Redesign of the Info Toggles screen
NotLe0n opened this issue ยท 4 comments
Draggable elements would be great -- rearranging my info is fairly difficult. Merging the toggles for the lines into the same screen would also be excellent :)
This is how it has looked like in the development code thus far, after the rewrite of the malilib configs, which allowed merging all the related options to one line:
But that's not how it will be in the release version, as fully customizable info lines are also planned, as well as the mentioned drag ordering support. So the screen for the info lines will be completely re-done still. Not sure how exactly it will look like.
Merging of the Info Line tabs is definitely planned already. That change currently just depends on another planned config refactor in malilib to happen first.
I will most likely merge all of the boolean toggles and their corresponding hotkeys in all of my mods into one tab per config group/one line per config option. For the Info Line order I would rather want to switch into using a re-orderable list, either using up/down arrows like in the string edit GUI, or I guess preferably (or in addition) draggable elements. And again both of these will need to be implemented in malilib first to be easily usable in the config GUIs.