1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-22 23:29:29 +08:00

add: keep 1 level white flagship when auto retire

This commit is contained in:
0O0o0oOoO00
2026-03-20 22:50:36 +08:00
parent 289652382a
commit b777b9656d
15 changed files with 77 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ void CrackerUI::draw_menu() {
ImGui::Checkbox("自动再次前往", &CONFIG_FLAG(AUTO_ONCE_AGAIN));
ImGui::Checkbox("自动退役", &CONFIG_FLAG(AUTO_RETIRE));
ImGui::Checkbox("跳过战斗进场", &CONFIG_FLAG(SKIP_ENTER_BATTLE));
ImGui::InputInt("自动退役保留白皮航母数量", &m_cracker_config.white_flagship_keep_count);
ImGui::EndTable();
}