Skip to content

Commit

Permalink
Speech history: allow speech history entries greater than 100 (limit …
Browse files Browse the repository at this point in the history
…set to 1000000)
  • Loading branch information
Emil Hesmyr authored and AAClause committed Mar 25, 2022
1 parent c5f77c4 commit c870a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/globalPlugins/brailleExtender/speechhistorymode.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def makeSettings(self, settingsSizer):
label,
gui.nvdaControls.SelectOnFocusSpinCtrl,
min=0,
max=1000000,
initial=config.conf["brailleExtender"]["speechHistoryMode"]["limit"]
)

Expand Down

0 comments on commit c870a41

Please sign in to comment.