From 674752f0db390b585d41f1b15c596940d4cf6a8d Mon Sep 17 00:00:00 2001 From: 0O0o0oOoO00 <11174151+0o0o0oooo00@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:39:40 +0800 Subject: [PATCH] rmv: remove ALL_SKIP which has many bugs and nobody use from ui --- blcrack/cracker/ui/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blcrack/cracker/ui/ui.cpp b/blcrack/cracker/ui/ui.cpp index f29140a3f..7ab113924 100644 --- a/blcrack/cracker/ui/ui.cpp +++ b/blcrack/cracker/ui/ui.cpp @@ -155,7 +155,7 @@ void CrackerUI::draw_menu() { ImGui::Checkbox("快速出怪", &CONFIG_FLAG(FAST_WAVE)); ImGui::Checkbox("怪自杀", &CONFIG_FLAG(MONSTER_KILL_SELF)); ImGui::Checkbox("无伤害无击杀", &CONFIG_FLAG(NO_DAMAGE)); - ImGui::Checkbox("全皮肤", &CONFIG_FLAG(ALL_SKIN)); + // ImGui::Checkbox("全皮肤", &CONFIG_FLAG(ALL_SKIN)); ImGui::Checkbox("跳过舰船获取展示", &CONFIG_FLAG(SKIP_SHIP_GAIN_SHOW)); ImGui::Checkbox("跳过战斗结算", &CONFIG_FLAG(SKIP_BATTLE_RESULT));