mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 22:37:22 +08:00
feat(TabTunables): Added disable phone calls
This commit is contained in:
parent
fae84f1276
commit
e5587325d2
@ -11,6 +11,9 @@ namespace big
|
||||
if (ImGui::Checkbox("No Idle Kick", g_settings.options["no_idle_kick"].get<bool*>()))
|
||||
g_settings.save();
|
||||
|
||||
if (ImGui::Checkbox("Disable Phone Calls", g_settings.options["disable_phone"].get<bool*>()))
|
||||
g_settings.save();
|
||||
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user