Skip to content
Snippets Groups Projects
Commit 0c32c44e authored by Tony Daly's avatar Tony Daly
Browse files

Updated to handle '4.1'

parent 2d2e96f6
Branches main
No related tags found
No related merge requests found
No preview for this file type
......@@ -323,7 +323,7 @@ def main():
window.Element('_VERSION403_').Update(value=True, circle_color=inp_txt_bk_clr)
elif tran_ags_v == '4.0.4':
window.Element('_VERSION404_').Update(value=True, circle_color=inp_txt_bk_clr)
elif tran_ags_v == '4.1.0':
elif tran_ags_v == '4.1.0' or tran_ags_v == '4.1':
window.Element('_VERSION410_').Update(value=True, circle_color=inp_txt_bk_clr)
elif tran_ags_v == '4.1.1':
window.Element('_VERSION411_').Update(value=True, circle_color=inp_txt_bk_clr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment