diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-10-21 16:48:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-10-21 16:48:17 +0800 |
| commit | a93dd5e110f30d8af7149d023e4168c027255229 (patch) | |
| tree | edad94e279100b6d1ed48b01b1c7c6c13930a089 /runtime | |
| parent | c0bc85dbc224ca89617c77efd4bc8f0f8d734225 (diff) | |
| download | RoughlyEnoughItems-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.java | 2 |
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 { |
