Hide mobile command mode only when editor blocks are shown

This commit is contained in:
Anuken
2025-04-12 09:34:16 -04:00
parent c54b1dcb6a
commit 27eca86547

View File

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