feat(Tabs): Added no idle kick
This commit is contained in:
parent
1ee43a71e0
commit
cf14e2f846
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user