mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 12:02:55 +08:00
refactor: make window hook into a bool command (#1824)
This commit is contained in:
@ -19,6 +19,8 @@ namespace big
|
||||
{
|
||||
if (ImGui::BeginTabItem("DEBUG_TAB_MISC"_T.data()))
|
||||
{
|
||||
components::command_checkbox<"windowhook">("Disable GTA Window Hook");
|
||||
|
||||
ImGui::Text("Fiber Pool Usage %d/%d", g_fiber_pool->get_used_fibers(), g_fiber_pool->get_total_fibers());
|
||||
|
||||
ImGui::SameLine();
|
||||
|
Reference in New Issue
Block a user