GUI: this sucks...

This commit is contained in:
tildearrow 2024-07-25 19:59:21 -05:00
parent 4774a38669
commit fc772388b7
3 changed files with 161 additions and 145 deletions

View file

@ -3654,6 +3654,10 @@ void FurnaceGUI::drawSettings() {
settings.fmLayout=0;
settingsChanged=true;
}
if (ImGui::RadioButton(_("Modern with more labels##fml7"),settings.fmLayout==7)) {
settings.fmLayout=7;
settingsChanged=true;
}
if (ImGui::RadioButton(_("Compact (2x2, classic)##fml1"),settings.fmLayout==1)) {
settings.fmLayout=1;
settingsChanged=true;