Option (maybe default?) to use small button on main menu
Johni0702 opened this issue ยท 1 comments
Same button as we already use in the edit server menu.
Would probably want to have a bunch of option as to where exactly to place it (automatically displacing other buttons as we do with the large one is probably not feasible).
Configurable to any of:
// The old big button below Realms/Mods which pushes other buttons around.
BIG,
// Right of the bottom-most button in the main block of buttons (so not the quit button).
// That will generally be either RIGHT_OF_REALMS or RIGHT_OF_MODS depending on version and installed mods.
DEFAULT,
TOP_LEFT,
TOP_RIGHT,
LEFT_OF_SINGLEPLAYER,
RIGHT_OF_SINGLEPLAYER,
LEFT_OF_MULTIPLAYER,
RIGHT_OF_MULTIPLAYER,
LEFT_OF_REALMS,
RIGHT_OF_REALMS,
LEFT_OF_MODS,
RIGHT_OF_MODS,