mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 修复只自动开启模拟器时停不下来的情况
This commit is contained in:
@@ -328,6 +328,11 @@ namespace MaaWpfGui.Main
|
||||
Instances.TaskQueueViewModel.Idle = true;
|
||||
Instances.TaskQueueViewModel.LinkStart();
|
||||
}
|
||||
else
|
||||
{
|
||||
Instances.TaskQueueViewModel.SetStopped();
|
||||
return;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user