From 8d1ff873df9d01b10811ab068feb9863f0acfaa1 Mon Sep 17 00:00:00 2001 From: Yimura Date: Sat, 24 Jul 2021 14:39:34 +0200 Subject: [PATCH] feat(Tabs): Added no idle kick --- BigBaseV2/src/gui/window/main/tab_tunables.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBaseV2/src/gui/window/main/tab_tunables.cpp b/BigBaseV2/src/gui/window/main/tab_tunables.cpp index 997cfc8a..82a8eb98 100644 --- a/BigBaseV2/src/gui/window/main/tab_tunables.cpp +++ b/BigBaseV2/src/gui/window/main/tab_tunables.cpp @@ -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(); }