mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
feat.初步完成4.0 core wpf适配
This commit is contained in:
@@ -237,7 +237,11 @@ void Assistant::working_proc()
|
||||
|
||||
bool ret = task_ptr->run();
|
||||
|
||||
m_tasks_list.pop_front();
|
||||
lock.lock();
|
||||
if (!m_tasks_list.empty()) {
|
||||
m_tasks_list.pop_front();
|
||||
}
|
||||
lock.unlock();
|
||||
|
||||
auto run_msg = AsstMsg::TaskChainCompleted;
|
||||
if (!ret) {
|
||||
|
||||
Reference in New Issue
Block a user