fix: 修复start后 running 状态不变的问题

This commit is contained in:
MistEO
2023-07-02 23:43:29 +08:00
parent 6c68365ada
commit 49b84d5af8

View File

@@ -342,6 +342,7 @@ bool asst::Assistant::start(bool block)
}
m_thread_idle = false;
m_running = true;
m_condvar.notify_one();
return true;