尝试解决log框卡中间问题

This commit is contained in:
DLmaster
2024-11-07 23:18:34 +08:00
parent 3a8a8a36f5
commit 27c71124ff
2 changed files with 1 additions and 2 deletions

View File

@@ -1744,7 +1744,6 @@ class Main(QWidget):
self.over_text.setPlainText(over_text)
self.error_text.setPlainText(error_text)
self.log_text.setPlainText(log_text)
self.log_text.ensureCursorVisible()
self.log_text.verticalScrollBar().setValue(
self.log_text.verticalScrollBar().maximum()
)

View File

@@ -3,5 +3,5 @@
"main_download_url": "https://ghp.ci/https://github.com/DLmaster361/AUTO_MAA/releases/download/v4.1.1_beta/AUTO_MAA_v4.1.1_beta.zip",
"updater_version": "1.0.0.0",
"updater_download_url": "https://ghp.ci/https://github.com/DLmaster361/AUTO_MAA/releases/download/v4.1.1_beta/Updater_v1.0.0.zip",
"announcement": "\n# 开发中的版本!非开发者无必要勿更新!!否则后果自负!!!\n## 新增功能\n- 添加`启动AUTO_MAA后直接代理`功能\n- 添加无限代理天数模式"
"announcement": "\n# 开发中的版本!非开发者无必要勿更新!!否则后果自负!!!\n## 新增功能\n- 添加`启动AUTO_MAA后直接代理`功能\n- 添加无限代理天数模式\n## 修复BUG\n- 尝试解决卡日志情况"
}