mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(Tabs): Added no idle kick
This commit is contained in:
parent
7f3a9a6f3c
commit
8d1ff873df
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user