From f7f21285f1646975a0433eed2d540be706ab39a0 Mon Sep 17 00:00:00 2001 From: g0aty Date: Sat, 13 Apr 2024 22:55:12 +0530 Subject: [PATCH] Fix keybinds submenu --- gui/tabs/settings_tab.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/tabs/settings_tab.cpp b/gui/tabs/settings_tab.cpp index dd26bdc..d945c70 100644 --- a/gui/tabs/settings_tab.cpp +++ b/gui/tabs/settings_tab.cpp @@ -23,6 +23,7 @@ namespace SettingsTab { void CloseOtherGroups(Groups group) { openGeneral = group == Groups::General; openSpoofing = group == Groups::Spoofing; + openKeybinds = group == Groups::Keybinds; } void Render() { @@ -313,6 +314,7 @@ namespace SettingsTab { ImGui::SameLine(100 * State.dpiScale); ImGui::Text("Close Current Room Door"); + ImGui::Dummy(ImVec2(4, 4) * State.dpiScale); if (HotKey(State.KeyBinds.Complete_Tasks)) { State.Save();