开始优化 Wine 容器路径

This commit is contained in:
gfdgd xi 2022-09-28 20:41:06 +08:00
parent 3601d69fef
commit f6a4389c26

View File

@ -1016,7 +1016,7 @@ class GetDllFromWindowsISO:
traceback.print_exc()
QtWidgets.QMessageBox.critical(GetDllFromWindowsISO.message, "错误", traceback.format_exc())
def MountDisk():
if not os.path.exists(GetDllFromWindowsISO.isoPath.currentText()):
QtWidgets.QMessageBox.critical(GetDllFromWindowsISO.message, "错误", "您选择的 ISO 镜像文件不存在")