Skip to content

Commit

Permalink
fix hide JEI is busted by fast chests
Browse files Browse the repository at this point in the history
  • Loading branch information
SrRapero720 committed Mar 14, 2024
1 parent 57d4311 commit d37097b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [🔥] Added Zoom options on Video settings
- 🔥 Now you can configure all options of Zume easier and faster.
- [🛠️] Added crash warning for Xenon (avoid any weird report)
- [🐛] Fixed hide JEI option can't be used if Flywheel is enabled

# RELEASE 1.2.4
- [🛠️] Removed ported code of Lamb Dynamic Lights
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static void setPerformanceOptions(List<OptionGroup> groups, SodiumOptions
EmbyConfig.hideJREI.set(value);
EmbyConfig.hideJREICache = value;
},
(options) -> FastModels.canUseOnChests() && EmbyConfig.hideJREICache)
(options) -> EmbyConfig.hideJREICache)
.setImpact(OptionImpact.LOW)
.setEnabled(EmbyTools.isModInstalled("jei"))
.build();
Expand Down

0 comments on commit d37097b

Please sign in to comment.