fix: 减小定时任务和手动开始冲突的可能性

fix #876
This commit is contained in:
MistEO
2022-06-18 04:18:53 +08:00
parent 82396316d7
commit ec2f6da153

View File

@@ -215,6 +215,10 @@ namespace MeoAsstGui
public async void LinkStart()
{
if (Idle == false)
{
return;
}
Idle = false;
ClearLog();