diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-10-21 16:48:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-05-29 21:17:11 +0800 |
| commit | 4d0936b5ff21202291a14cccb4da32612e895794 (patch) | |
| tree | 61e909992a61948eb09b0556dc03ae164588895e /runtime/src/main/java | |
| parent | 0199787c2dd5973a09e593bdb834bdbea3223285 (diff) | |
| download | RoughlyEnoughItems-4d0936b5ff21202291a14cccb4da32612e895794.tar.gz RoughlyEnoughItems-4d0936b5ff21202291a14cccb4da32612e895794.tar.bz2 RoughlyEnoughItems-4d0936b5ff21202291a14cccb4da32612e895794.zip | |
Set useCompactTabButtons as false as default
Diffstat (limited to 'runtime/src/main/java')
| -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 525dd3ec6..13b9d06dd 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 @@ -669,7 +669,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 { |
