Skip to content

Commit

Permalink
Fix keybinds submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
g0aty committed Apr 13, 2024
1 parent abc2bd7 commit f7f2128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/tabs/settings_tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace SettingsTab {
void CloseOtherGroups(Groups group) {
openGeneral = group == Groups::General;
openSpoofing = group == Groups::Spoofing;
openKeybinds = group == Groups::Keybinds;
}

void Render() {
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit f7f2128

Please sign in to comment.