漏改内容

This commit is contained in:
2024-01-31 22:52:00 +08:00
parent 9cff5358fe
commit 71917c5451
2 changed files with 2 additions and 2 deletions

View File

@@ -3457,7 +3457,7 @@ for i in [
for x in i[0]:
x.setDisabled(True)
# 有些功能是 Arch Linux 不适用的,需要屏蔽
if not os.path.exists("/etc/arch-release"):
if os.path.exists("/etc/arch-release"):
for i in [installLat, installWineHQ, installWineHQOrg,
installBox86CN, installBox86, installBox86Own, addWineDebMirrorForDeepin20]:
i.setDisabled(True)