feat(Tabs): Added no idle kick

This commit is contained in:
Yimura 2021-07-24 14:39:34 +02:00
parent 7f3a9a6f3c
commit 8d1ff873df

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