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.
1 parent 16acdf4 commit 1b9a677Copy full SHA for 1b9a677
source/gui/settingsDialogs.py
@@ -5431,16 +5431,6 @@ def makeSettings(self, settingsSizer):
5431
)
5432
self.bindHelpEvent("BrailleSettingsInterruptSpeech", self.brailleInterruptSpeechCombo)
5433
5434
- minRate = int(
5435
- config.conf.getConfigValidation(
5436
- ("braille", "autoScrollRate"),
5437
- ).kwargs["min"],
5438
- )
5439
- maxRate = int(
5440
5441
5442
- ).kwargs["max"],
5443
5444
# Translators: The label for a setting in braille settings to change the rate for autoscroll.
5445
autoScrollRateText = _("Auto&matic scroll rate (cells/sec)")
5446
self.autoScrollRateSlider: nvdaControls.EnhancedInputSlider = (
0 commit comments