Skip to content

Commit

Permalink
Fixed imports for synth settings. This appears to make the add-on com…
Browse files Browse the repository at this point in the history
…patible with NVDA 2021.1, tested against alpha-22012
  • Loading branch information
ultrasound1372 committed Mar 18, 2021
1 parent bc14806 commit 6b4ab8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/synthDrivers/ibmeci.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import addonHandler
addonHandler.initTranslation()

from driverHandler import BooleanDriverSetting,NumericDriverSetting
from autoSettingsUtils.driverSetting import BooleanDriverSetting,NumericDriverSetting
from synthDriverHandler import synthIndexReached, synthDoneSpeaking

minRate=40
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Minimum NVDA version supported (e.g. "2018.3.0")
"addon_minimumNVDAVersion" : "2019.3.0",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion" : "2020.4.0",
"addon_lastTestedNVDAVersion" : "2021.1.0",
# Add-on update channel (default is stable or None)
"addon_updateChannel" : None,
}
Expand Down

0 comments on commit 6b4ab8e

Please sign in to comment.