aboutsummaryrefslogtreecommitdiff
path: root/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-11-16 01:36:17 +0800
committershedaniel <daniel@shedaniel.me>2020-11-16 01:36:17 +0800
commit883738ac49e261eb1b9cfbd68a14900cb4450cf2 (patch)
treed9f339f2cb133aadd945349a4df5e2c5c4e8458c /RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java
parentb7cb9e2a7dd9ea67201b25788a0cd67a63cebb45 (diff)
downloadRoughlyEnoughItems-883738ac49e261eb1b9cfbd68a14900cb4450cf2.tar.gz
RoughlyEnoughItems-883738ac49e261eb1b9cfbd68a14900cb4450cf2.tar.bz2
RoughlyEnoughItems-883738ac49e261eb1b9cfbd68a14900cb4450cf2.zip
Remove resize dynamically
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java')
-rw-r--r--RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java
index 1bea42943..52352366a 100644
--- a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java
+++ b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java
@@ -341,7 +341,7 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData {
@Override
public boolean shouldResizeDynamically() {
- return advanced.accessibility.resizeDynamically;
+ return false;
}
@ApiStatus.Experimental
@@ -469,7 +469,6 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData {
@Comment("Declares how the scrollbar in villager screen should act.") private boolean villagerScreenPermanentScrollBar = false;
private boolean toastDisplayedOnCopyIdentifier = true;
@Comment("Declares whether REI should use compact tabs for categories.") private boolean useCompactTabs = true;
- @Comment("Declares whether REI should resize its recipe window dynamically") private boolean resizeDynamically = false;
}
public static class Search {