File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
68
68
def __init__ (self ):
69
69
global SETTINGS_AVAILABLE , SETTINGS_ID
70
70
super (globalPluginHandler .GlobalPlugin , self ).__init__ ()
71
- if int ( buildVersion .formatBuildVersionString ()[: 6 ]. replace ( "." , "" )) < 20192 :
71
+ if buildVersion .version_year * 10 + buildVersion . version_major < 20192 :
72
72
SETTINGS_ID = 'name'
73
73
SETTINGS_AVAILABLE = 'availableInSynthSettingsRing'
74
74
self .handleConfigProfileSwitch ()
Original file line number Diff line number Diff line change 19
19
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
20
20
"addon_description" : _ ("""This add-on allows the user to select which settings should appear on the synth settings ring.""" ),
21
21
# version
22
- "addon_version" : "0.4b " ,
22
+ "addon_version" : "0.5 " ,
23
23
# Author(s)
24
24
"addon_author" : u"David CM <dhf360@gmail.com>" ,
25
25
# URL for the add-on documentation support
26
26
"addon_url" : "https://github.com/david-acm/NVDA-synthRingSettingsSelector" ,
27
27
# Documentation file name
28
28
"addon_docFileName" : "readme.html" ,
29
29
# Minimum NVDA version supported (e.g. "2018.3.0")
30
- "addon_minimumNVDAVersion" : "2018.2 .0" ,
30
+ "addon_minimumNVDAVersion" : "2018.3 .0" ,
31
31
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
32
32
"addon_lastTestedNVDAVersion" : "2019.3.0" ,
33
33
# Add-on update channel (default is stable or None)
You can’t perform that action at this time.
0 commit comments