feat(Tabs): Added no idle kick

This commit is contained in:
Yimura 2021-07-24 14:39:34 +02:00
parent 1ee43a71e0
commit cf14e2f846

View File

@ -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();
}