refactor: make window hook into a bool command (#1824)

This commit is contained in:
Andreas Maerten
2023-07-23 22:52:30 +02:00
committed by GitHub
parent 181a34baa0
commit 069d7041f8
5 changed files with 39 additions and 8 deletions

View File

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