ok desktop
This commit is contained in:
@@ -184,7 +184,7 @@ public class PlacementFragment extends Fragment{
|
|||||||
categories.addImageButton("icon-" + cat.name(), "clear-toggle", 16*2, () -> {
|
categories.addImageButton("icon-" + cat.name(), "clear-toggle", 16*2, () -> {
|
||||||
currentCategory = cat;
|
currentCategory = cat;
|
||||||
rebuildCategory.run();
|
rebuildCategory.run();
|
||||||
}).group(group);
|
}).group(group).update(i -> i.setChecked(group.getChecked() == i));
|
||||||
|
|
||||||
if(cat.ordinal() %2 == 1) categories.row();
|
if(cat.ordinal() %2 == 1) categories.row();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user