Skip to content

Commit

Permalink
対応バージョン調整
Browse files Browse the repository at this point in the history
  • Loading branch information
hrk-fujii committed Feb 23, 2024
1 parent c8ec230 commit 9fedfdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions addon/doc/ja/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ Upside Braille-Down (USB-D) は、NVDAで点字ディスプレイを上下反転

* KGS: Next Touch 40
* キー反転: 対応
* 動作確認、または対応受け入れバージョン: 2023.3
* 動作確認、または対応受け入れバージョン: NVDA 2023.1, 2024.1
* KGS: ブレイルメモ32
* キー反転: 対応
* 動作確認、または対応受け入れバージョン: NVDA 2023.1
* 日本テレソフト: 精華40 version5
* キー反転: 対応
* 動作確認、または対応受け入れバージョン: 2023.3
* 動作確認、または対応受け入れバージョン: NVDA 2023.1


## 2. 公開場所について
Expand Down
2 changes: 1 addition & 1 deletion addon/globalPlugins/USB-D/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def __init__(self, *args, **kwargs):
super(GlobalPlugin, self).__init__(*args, **kwargs)
configUtil.initializeSettings()

self.autoUpdateChecker = updater.AutoUpdateChecker()
if configUtil.getAutoUpdateCheckSetting():
self.autoUpdateChecker = updater.AutoUpdateChecker()
self.autoUpdateChecker.autoUpdateCheck(mode=updater.AUTO)

BrailleHandlerPatch.handlerWriteCellsOriginal = braille.BrailleHandler._writeCells
Expand Down

0 comments on commit 9fedfdf

Please sign in to comment.