Button that shows a window with all fruit, that can be toggled like Checkboxes.
- In the window, have radio boxes to decided which settings are being edited
- Options: Fruit bowl (fruit), Portal mode.
- Radio button for behavior: Random, cycle, stack (Portal mode only - this is how custom portal pairs behaves today)
- Stack will remove the normal selection in favor of how custom portal pairs work now + show icons + buttons for re-ordering
- Cycle for portal will require special code - mostly copying however normally portal chooses fruit based on whatever fruit is cycled.
- Radio buttons for selecting fruit: Select all, Default bowl, Pudding bowl.
- Icon for each fruit. 10 in a row, 5 rows, populate by JS, at least one icon must be selected (check last - disable selected if it's last, every time a selection is made, if length of array is 1)
- For portal, at least 6 must be selected (same behavior as earlier)
- Functions for when to show what
Button that shows a window with all fruit, that can be toggled like Checkboxes.