Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeishaKowalczyk committed Sep 20, 2024
1 parent 61ac894 commit df832f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Forms/Translate/AutoTranslate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit df832f4

Please sign in to comment.