aboutsummaryrefslogtreecommitdiff
path: root/runtime/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-10-21 16:48:17 +0800
committershedaniel <daniel@shedaniel.me>2022-10-21 16:53:02 +0800
commit972d15b7ab1d20c2573ac0e8bcb81e4efd477175 (patch)
tree6fa60f7139b4a03fcbfdd011241bc9ae32b4cfd1 /runtime/src
parentf66c81d118d7c2322ccd203fccddfaae32a1b414 (diff)
downloadRoughlyEnoughItems-972d15b7ab1d20c2573ac0e8bcb81e4efd477175.tar.gz
RoughlyEnoughItems-972d15b7ab1d20c2573ac0e8bcb81e4efd477175.tar.bz2
RoughlyEnoughItems-972d15b7ab1d20c2573ac0e8bcb81e4efd477175.zip
Set useCompactTabButtons as false as default
Diffstat (limited to 'runtime/src')
-rw-r--r--runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigObjectImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigObjectImpl.java b/runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigObjectImpl.java
index f65e67dcb..33c6e0490 100644
--- a/runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigObjectImpl.java
+++ b/runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigObjectImpl.java
@@ -671,7 +671,7 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData {
@Comment("Declares how the scrollbar in composite screen should act.") private boolean compositeScrollBarPermanent = false;
private boolean toastDisplayedOnCopyIdentifier = true;
@Comment("Declares whether REI should use compact tabs for categories.") private boolean useCompactTabs = true;
- @Comment("Declares whether REI should use compact tab buttons for categories.") private boolean useCompactTabButtons = true;
+ @Comment("Declares whether REI should use compact tab buttons for categories.") private boolean useCompactTabButtons = false;
}
public static class Search {