Hide mobile command mode only when editor blocks are shown
This commit is contained in:
@@ -291,7 +291,7 @@ public class MobileInput extends InputHandler implements GestureListener{
|
|||||||
});
|
});
|
||||||
|
|
||||||
group.fill(t -> {
|
group.fill(t -> {
|
||||||
t.visible(() -> !hasSchematic() && !state.rules.editor);
|
t.visible(() -> !hasSchematic() && !Core.settings.getBool("editor-blocks-shown"));
|
||||||
t.bottom().left();
|
t.bottom().left();
|
||||||
|
|
||||||
t.button("@command.queue", Icon.rightOpen, Styles.clearTogglet, () -> {
|
t.button("@command.queue", Icon.rightOpen, Styles.clearTogglet, () -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user