From df832f435dcb423f066afb4366f3efc22208bffa Mon Sep 17 00:00:00 2001 From: LakeishaKowalczyk Date: Fri, 20 Sep 2024 03:20:44 +0000 Subject: [PATCH] fix --- src/ui/Forms/Translate/AutoTranslate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Forms/Translate/AutoTranslate.cs b/src/ui/Forms/Translate/AutoTranslate.cs index 5bcbf2ef5d..88c93a7207 100644 --- a/src/ui/Forms/Translate/AutoTranslate.cs +++ b/src/ui/Forms/Translate/AutoTranslate.cs @@ -844,7 +844,7 @@ private async void buttonTranslate_Click(object sender, EventArgs e) // 重试次数 //int maxRetryAttempts = Configuration.Settings.Tools.AutoTranslateMaxRetries; // 调试用 - MessageBox.Show("Max Retry Attempts: " + maxRetryAttempts.ToString(), "Debug Info", MessageBoxButtons.OK, MessageBoxIcon.Information); + //MessageBox.Show("Max Retry Attempts: " + maxRetryAttempts.ToString(), "Debug Info", MessageBoxButtons.OK, MessageBoxIcon.Information); var delaySeconds = Configuration.Settings.Tools.AutoTranslateDelaySeconds;