Skip to content

Commit

Permalink
尝试解决log框卡中间问题
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster361 committed Nov 7, 2024
1 parent 3a8a8a3 commit 27c7112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion AUTO_MAA.py
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,6 @@ def update_board(self, run_text, wait_text, over_text, error_text, log_text):
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()
)
Expand Down
2 changes: 1 addition & 1 deletion res/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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- 尝试解决卡日志情况"
}

0 comments on commit 27c7112

Please sign in to comment.