Boring revision

This commit is contained in:
StupidBh
2022-02-26 18:10:08 +08:00
parent edc8d3e01e
commit 5431e020e8
12 changed files with 31 additions and 32 deletions

View File

@@ -62,8 +62,7 @@ bool asst::InfrastPowerTask::_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;