Merge pull request #1610 from MaaAssistantArknights/dev

fix: 修复编译错误和 typo
This commit is contained in:
MistEO
2022-08-20 03:20:56 +08:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
- 修复 公招 不使用加急许可的问题 @horror-proton
- 修复 自动战斗 自动编队 `特别关注` 干员无法识别的问题 @MistEO
- 修复 自动战斗 自动编队干员名识别错误 @MistEO
- 修复 自动战斗 史尔特尔~~太红了所以~~不上的问题 @MistEO
- 修复 自动战斗 史尔特尔 ~~太红了所以~~ 不上的问题 @MistEO
- 修复 肉鸽 剧目集界面卡死的问题 @MistEO
- 界面优化调整 @ABA2396
- 项目文档更新、新增日文说明书 @Tastror @LYZhelloworld @ABA2396

View File

@@ -1214,7 +1214,9 @@ bool asst::Controller::inited() const noexcept
}
void asst::Controller::set_exit_flag(bool* flag)
{}
{
m_exit_flag = flag;
}
const std::string& asst::Controller::get_uuid() const
{