Skip to content

Commit

Permalink
Add Spyglass to No "Reduce View Bobbing" list
Browse files Browse the repository at this point in the history
Whoops
  • Loading branch information
EnnuiL committed Oct 15, 2024
1 parent 6311679 commit 20e5097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void resetToPreset(ConfigEnums.ZoomPresets preset) {
Map.entry(OkZoomerConfigManager.CONFIG.features.reduceSensitivity, preset != ConfigEnums.ZoomPresets.CLASSIC),
Map.entry(OkZoomerConfigManager.CONFIG.features.zoomTransition, preset == ConfigEnums.ZoomPresets.CLASSIC ? ConfigEnums.ZoomTransitionOptions.OFF : ConfigEnums.ZoomTransitionOptions.SMOOTH),
Map.entry(OkZoomerConfigManager.CONFIG.features.reduceViewBobbing, switch (preset) {
case CLASSIC, CLASSIC_ZOOMER -> false;
case CLASSIC, CLASSIC_ZOOMER, SPYGLASS -> false;
default -> true;
}),
Map.entry(OkZoomerConfigManager.CONFIG.features.zoomMode, preset == ConfigEnums.ZoomPresets.PERSISTENT ? ConfigEnums.ZoomModes.PERSISTENT : ConfigEnums.ZoomModes.HOLD),
Expand Down

0 comments on commit 20e5097

Please sign in to comment.