更新打包器

This commit is contained in:
2022-11-23 21:35:01 +08:00
parent f84ff6c809
commit cacc3ac5af
15 changed files with 332 additions and 62 deletions

View File

@@ -1393,7 +1393,9 @@ def ChangeArchCombobox():
option = True
if debArch.currentIndex() != 0:
option = False
#chooseWineHelperValue.setEnabled(option)
chooseWineHelperValue.setEnabled(option)
if not option:
chooseWineHelperValue.setChecked(False)
wineVersion.setEnabled(option)
useInstallWineArch.setEnabled(option)
#rmBash.setEnabled(option)