From fae751d47ed2c9099fa2b296eb45184c05baccd1 Mon Sep 17 00:00:00 2001 From: "Biao.Chen" Date: Mon, 12 Sep 2022 22:46:22 +0800 Subject: [PATCH] fix: [ScrollCore] missing allowlist change --- Mos/ScrollCore/ScrollCore.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mos/ScrollCore/ScrollCore.swift b/Mos/ScrollCore/ScrollCore.swift index bf32a3c..31fdccd 100644 --- a/Mos/ScrollCore/ScrollCore.swift +++ b/Mos/ScrollCore/ScrollCore.swift @@ -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 }