Boring revision

This commit is contained in:
StupidBh
2022-02-26 18:10:08 +08:00
parent 5257ee212f
commit 037e11c75d
12 changed files with 31 additions and 32 deletions

View File

@@ -51,8 +51,7 @@ bool asst::InfrastOfficeTask::_run()
}
if (need_shift) {
optimal_calc();
bool ret = opers_choose();
if (!ret) {
if (!opers_choose()) {
m_all_available_opers.clear();
swipe_to_the_left_of_operlist();
continue;