修复打包器打包程序时无法禁用mono/gecko安装器的问题

This commit is contained in:
gfdgd xi 2023-01-05 16:08:15 +08:00
parent 8d48744bb0
commit cd46dbd4b2
2 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def button4_cl():
def disabled_or_NORMAL_all(choose):
choose = not choose
disabledMono.setDisabled(choose)
e1_text.setDisabled(choose)
e2_text.setDisabled(choose)
e3_text.setDisabled(choose)