CogInput: UI tweaks

This commit is contained in:
Arnaud Jamin
2025-01-09 15:15:42 -05:00
parent cb98140f1d
commit 269f8ae469
2 changed files with 13 additions and 7 deletions
@@ -84,7 +84,7 @@ void FCogWindow::Render(float DeltaTime)
ImGui::Checkbox("Hide Menu", &bHideMenu);
}
if (ImGui::Button("Reset"))
if (ImGui::Button("Reset Settings"))
{
ResetConfig();
}