Skip to content

Commit

Permalink
fix: [ScrollCore] missing allowlist change
Browse files Browse the repository at this point in the history
  • Loading branch information
Caldis committed Sep 12, 2022
1 parent fa6d989 commit fae751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mos/ScrollCore/ScrollCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ScrollCore {
step = exceptionalApplication.getStep()
speed = exceptionalApplication.getSpeed()
duration = exceptionalApplication.getDuration()
} else if !Options.shared.general.whitelist {
} else if !Options.shared.general.allowlist {
enableSmooth = Options.shared.scrollBasic.smooth && !ScrollCore.shared.blockSmooth
enableReverse = Options.shared.scrollBasic.reverse
}
Expand Down

0 comments on commit fae751d

Please sign in to comment.