mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-11-03 23:12:24 +08:00
修复wine安装器在文件下载失败后无法自动关闭进度条和解除控件禁用的问题
This commit is contained in:
parent
fc9f2f05d2
commit
f5a65ec92f
@ -272,6 +272,8 @@ class DownloadThread(QtCore.QThread):
|
||||
except:
|
||||
traceback.print_exc()
|
||||
self.MessageBoxError.emit(traceback.format_exc())
|
||||
self.ChangeDialog.emit(self.dialog, 100, 100, 100)
|
||||
self.Finish.emit()
|
||||
|
||||
def MessageBoxInfo(info):
|
||||
QtWidgets.QMessageBox.information(window, "提示", info)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user