diff --git a/BigBaseV2/src/gui/window/main/tab_tunables.cpp b/BigBaseV2/src/gui/window/main/tab_tunables.cpp index 997cfc8a..82a8eb98 100644 --- a/BigBaseV2/src/gui/window/main/tab_tunables.cpp +++ b/BigBaseV2/src/gui/window/main/tab_tunables.cpp @@ -7,6 +7,7 @@ namespace big if (ImGui::BeginTabItem("Tunables")) { ImGui::Checkbox("Disable Phone", &g.tunables.disable_phone); + ImGui::Checkbox("No Idle Kick", &g.tunables.no_idle_kick); ImGui::EndTabItem(); }