aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-10-21 16:48:17 +0800
committershedaniel <daniel@shedaniel.me>2022-10-21 16:48:17 +0800
commita93dd5e110f30d8af7149d023e4168c027255229 (patch)
treeedad94e279100b6d1ed48b01b1c7c6c13930a089 /runtime
parentc0bc85dbc224ca89617c77efd4bc8f0f8d734225 (diff)
downloadRoughlyEnoughItems-a93dd5e110f30d8af7149d023e4168c027255229.tar.gz
RoughlyEnoughItems-a93dd5e110f30d8af7149d023e4168c027255229.tar.bz2
RoughlyEnoughItems-a93dd5e110f30d8af7149d023e4168c027255229.zip
Set useCompactTabButtons as false as default
Diffstat (limited to 'runtime')
-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 {