This commit is contained in:
辉鸭蛋
2024-06-01 12:55:41 +08:00
parent 7730b9b1de
commit 5c26287e51

View File

@@ -529,7 +529,7 @@ public class AutoSkipTrigger : ITaskTrigger
private void ClickOcrRegion(Region region, string optionType = "")
{
if (!string.IsNullOrEmpty(optionType))
if (string.IsNullOrEmpty(optionType))
{
TaskControl.Sleep(_config.AfterChooseOptionSleepDelay);
}