Skip to content

Commit

Permalink
added support for NVDA 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hamadatrichine committed Apr 9, 2024
1 parent 48c1ba9 commit fac8b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/screenWrapping/wrappingSettingsGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

addonHandler.initTranslation()

class ScreenWrappingSettings(gui.SettingsPanel):
class ScreenWrappingSettings(gui.settingsDialogs.SettingsPanel):
# Translators: The name of the addon.
title = _("Screen Wrapping")

Expand Down
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _(arg):
When you press quick navigation keys such as h, b, f and others, you will be placed on the next element regardless of your current position on a webpage.
If elements are not found below your position, you will be placed at the first element of the requested type available from the beginning of the page and vice versa when you are searching upwards. this also extends to the find dialog of nvda."""),
# version
"addon_version": "2.0",
"addon_version": "2.1",
# Author(s)
"addon_author": "Hamada Trichine <[email protected]>",
# URL for the add-on documentation support
Expand All @@ -37,7 +37,7 @@ def _(arg):
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": "2020.1",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": "2023.1",
"addon_lastTestedNVDAVersion": "2024.1",
# Add-on update channel (default is None, denoting stable releases,
# and for development releases, use "dev".)
# Do not change unless you know what you are doing!
Expand Down

0 comments on commit fac8b25

Please sign in to comment.