mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 修复start后 running 状态不变的问题
This commit is contained in:
@@ -342,6 +342,7 @@ bool asst::Assistant::start(bool block)
|
||||
}
|
||||
|
||||
m_thread_idle = false;
|
||||
m_running = true;
|
||||
m_condvar.notify_one();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user