新功能

This commit is contained in:
2022-11-24 22:46:39 +08:00
parent cacc3ac5af
commit ff0a578890
5 changed files with 50 additions and 23 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)