This commit is contained in:
Anuken
2022-09-03 07:46:18 -04:00
parent ed1819fda1
commit 1748753a20

View File

@@ -275,7 +275,7 @@ public class MobileInput extends InputHandler implements GestureListener{
});
group.fill(t -> {
t.visible(() -> !showCancel() && block == null);
t.visible(() -> !showCancel() && block == null && !hasSchem());
t.bottom().left();
t.button("@command", Icon.units, Styles.squareTogglet, () -> {
commandMode = !commandMode;