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;