We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f9c0da + f0983c6 commit b0e5690Copy full SHA for b0e5690
1 file changed
source/braille.py
@@ -2780,7 +2780,10 @@ def _get_keyNames(self):
2780
def _get_speechEffectWhenExecuted(self) -> Optional[str]:
2781
from globalCommands import GlobalCommands
2782
if (
2783
- not config.conf["braille"]["interruptSpeechWhileScrolling"]
+ not config.featureFlag.FeatureFlag(
2784
+ config.conf["braille"]["interruptSpeechWhileScrolling"],
2785
+ config.featureFlag.BoolFlag
2786
+ )
2787
and self.script in {
2788
GlobalCommands.script_braille_scrollBack,
2789
GlobalCommands.script_braille_scrollForward,
0 commit comments