feat.初步完成4.0 core wpf适配

This commit is contained in:
MistEO
2022-05-11 23:17:34 +08:00
parent 9905037cb7
commit 88f87da4df
4 changed files with 102 additions and 65 deletions

View File

@@ -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) {