Skip to content

Commit

Permalink
Merge pull request #42 from nvdaes/NVDA2023.2
Browse files Browse the repository at this point in the history
Prepare for NVDA 2023.2
  • Loading branch information
nvdaes authored Jul 29, 2023
2 parents 655cefe + 644cf77 commit 2edd19b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/readFeeds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def createOpmlPath():


def onSettings(evt):
gui.mainFrame._popupSettingsDialog(NVDASettingsDialog, AddonSettingsPanel)
gui.mainFrame.popupSettingsDialog(NVDASettingsDialog, AddonSettingsPanel)

# Dialogs

Expand Down
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
# Documentation file name
"addon_docFileName": "readme.html",
# Minimum NVDA version supported (e.g. "2018.3")
"addon_minimumNVDAVersion": "2019.3.0",
"addon_minimumNVDAVersion": "2023.2.0",
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": "2023.1.0",
"addon_lastTestedNVDAVersion": "2023.2.0",
# Add-on update channel (default is stable or None)
"addon_updateChannel": None,
}
Expand Down

0 comments on commit 2edd19b

Please sign in to comment.