Fixed command mode button not showing up after toggling editor blocks on mobile

This commit is contained in:
Anuken 2025-04-14 20:02:01 -04:00
parent d207c3261f
commit bfeb8ccc38

View file

@ -291,7 +291,7 @@ public class MobileInput extends InputHandler implements GestureListener{
});
group.fill(t -> {
t.visible(() -> !hasSchematic() && !Core.settings.getBool("editor-blocks-shown"));
t.visible(() -> !hasSchematic() && !(state.isEditor() && Core.settings.getBool("editor-blocks-shown")));
t.bottom().left();
t.button("@command.queue", Icon.rightOpen, Styles.clearTogglet, () -> {