GUI: improve single macro view
This commit is contained in:
parent
f3c2f1a965
commit
c05efedee0
2 changed files with 54 additions and 7 deletions
|
|
@ -2343,7 +2343,7 @@ void FurnaceGUI::drawSettings() {
|
|||
if (ImGui::RadioButton("Unified##mel0",settings.macroLayout==0)) {
|
||||
settings.macroLayout=0;
|
||||
}
|
||||
if (ImGui::RadioButton("Mobile##mel1",settings.macroLayout==1)) {
|
||||
if (ImGui::RadioButton("Tabs##mel1",settings.macroLayout==1)) {
|
||||
settings.macroLayout=1;
|
||||
}
|
||||
if (ImGui::RadioButton("Grid##mel2",settings.macroLayout==2)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue