reorganize menus a bit

This commit is contained in:
madeline
2026-04-06 00:48:10 -07:00
parent c7e2892357
commit c41ec46c71
2 changed files with 7 additions and 4 deletions
+6
View File
@@ -125,6 +125,12 @@ namespace dusk {
ImGui::EndMenu();
}
if (ImGui::BeginMenu("Tools")) {
config::ImGuiCheckbox("Enable Turbo Key", getSettings().game.enableTurboKeybind);
ImGui::EndMenu();
}
ImGui::EndMenu();
}
}