mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-06 07:38:46 +00:00
CogInput: UI tweaks
This commit is contained in:
@@ -84,7 +84,7 @@ void FCogWindow::Render(float DeltaTime)
|
||||
ImGui::Checkbox("Hide Menu", &bHideMenu);
|
||||
}
|
||||
|
||||
if (ImGui::Button("Reset"))
|
||||
if (ImGui::Button("Reset Settings"))
|
||||
{
|
||||
ResetConfig();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user