TicTac7x / runelite-plugins

External plugins for RuneLite
https://runelite.net/plugin-hub/
11 stars 14 forks source link

Use checkboxes instead of multiple choice in options #130

Closed joemckie closed 6 months ago

joemckie commented 8 months ago

A multiple-choice menu is currently used to determine which infoboxes and overlays are shown, but this is easy to mess up when adding or removing items. It might be a good QoL improvement to change this to individual checkboxes for each option, so that a mistake won't wipe the config.

evilgenious448 commented 7 months ago

Please implement this, this would be a huge QOL. The current system with the listbox is quite janky to use and is hard to tell what is activated and deactivated.

TicTac7x commented 7 months ago

image

:eyes:

evilgenious448 commented 7 months ago

Love it! Will our current settings remain, or will we need to re-select the necessary ones once it moves to check boxes? @TicTac7x

TicTac7x commented 7 months ago

Reselect everything, since everything was saved under 1 config key before, but now every item has its own config key

joemckie commented 7 months ago

This is perfect 😄

TicTac7x commented 7 months ago

Good luck to whoever is going to review this! :joy:

https://github.com/runelite/plugin-hub/pull/5783

TicTac7x commented 6 months ago

As requested by the plugin reviewer, there is now migration script in place and you will keep your settings. No need to reselect the hidden items again.