Skip to content

Commit f0faa23

Browse files
committed
minor fix
1 parent 649697c commit f0faa23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/globalPlugins/updateMirror.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
except ModuleNotFoundError:
1717
isSupported = False
1818
else:
19-
isSupported = True
19+
isSupported = False
2020

2121
MIRROR_CHECK_UPDATE_URL = "https://nvaccess.mirror.nvdadr.com/nvdaUpdateCheck"
2222
MIRROR_STORE_URL = "https://nvaccess.mirror.nvdadr.com/addonStore/"

buildVars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _(arg):
2525
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2626
"addon_description": _("""让 NVDA 更新使用 NVDA 中文社区提供的镜像源,加快 NVDA 的更新下载速度。"""),
2727
# version
28-
"addon_version": "0.4.0",
28+
"addon_version": "0.4.1",
2929
# Author(s)
3030
"addon_author": "Cary-rowen, 好奇的 01 <www.nvdacn.com>",
3131
# URL for the add-on documentation support

0 commit comments

Comments
 (0)