引导用户到Gitee反馈bug

This commit is contained in:
gfdgd_xi 2023-08-14 16:55:12 +08:00
parent 625e456e6b
commit 576470f70a
1 changed files with 7 additions and 0 deletions

View File

@ -104,4 +104,11 @@ window.setCentralWidget(widget)
window.setWindowTitle(f"UEngine 运行器 {version} 问题/建议反馈")
window.setWindowIcon(QtGui.QIcon(iconPath))
window.show()
starMenu.setDisabled(True)
contactThings.setDisabled(True)
#otherUpload.setDisabled(True)
nameThings.setDisabled(True)
updateButton.setDisabled(True)
updateThings.setDisabled(True)
updateThings.setText("请移步到 Gitee 或 Github 提交 Bug推荐使用 Gitee")
sys.exit(app.exec_())