Skip to content

Commit b0e5690

Browse files
authored
Merge f0983c6 into 0f9c0da
2 parents 0f9c0da + f0983c6 commit b0e5690

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/braille.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,10 @@ def _get_keyNames(self):
27802780
def _get_speechEffectWhenExecuted(self) -> Optional[str]:
27812781
from globalCommands import GlobalCommands
27822782
if (
2783-
not config.conf["braille"]["interruptSpeechWhileScrolling"]
2783+
not config.featureFlag.FeatureFlag(
2784+
config.conf["braille"]["interruptSpeechWhileScrolling"],
2785+
config.featureFlag.BoolFlag
2786+
)
27842787
and self.script in {
27852788
GlobalCommands.script_braille_scrollBack,
27862789
GlobalCommands.script_braille_scrollForward,

0 commit comments

Comments
 (0)