Skip to content

Commit

Permalink
fix: block smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
Caldis_Chen committed Feb 21, 2021
1 parent 38d2381 commit 5cd80f0
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 {
speed = exceptionalApplication.getSpeed()
duration = exceptionalApplication.getDuration()
} else if !Options.shared.general.whitelist {
enableSmooth = Options.shared.scrollBasic.smooth
enableSmooth = Options.shared.scrollBasic.smooth && !ScrollCore.shared.blockSmooth
enableReverse = Options.shared.scrollBasic.reverse
}
// Launchpad 激活则强制屏蔽平滑
Expand Down

0 comments on commit 5cd80f0

Please sign in to comment.