新增交流群入口

This commit is contained in:
2023-09-02 10:16:48 +08:00
parent 9fdc39446e
commit a83e0bb2b6
2 changed files with 9 additions and 9 deletions

View File

@@ -95,9 +95,10 @@ updateButton.clicked.connect(UpdateButtonClick)
nameThings.setDisabled(True)
contactThings.setDisabled(True)
starMenu.setDisabled(True)
updateThings.setDisabled(True)
#updateThings.setDisabled(True)
updateThings.setReadOnly(True)
updateButton.setDisabled(True)
updateThings.setText("请移步到 Gitee 或 Github 提交 Bug推荐使用 Gitee")
updateThings.setText("请移步到 Gitee 或 Github 提交 Bug推荐使用 Gitee\nWine 运行器 QQ 交流群762985460")
widget.setLayout(widgetLayout)
window.setCentralWidget(widget)
window.setWindowTitle(f"Wine 运行器 {version} 问题/建议反馈")