Clarify tooltip

This commit is contained in:
Phillip Stephens
2026-04-22 22:59:56 -07:00
parent cccddee106
commit d8a7927602
+1 -1
View File
@@ -194,7 +194,7 @@ namespace dusk {
config::ImGuiCheckbox("Enable Rotating Link Doll", getSettings().game.enableLinkDollRotation);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Enables Rotating Link in the collection menu");
ImGui::SetTooltip("Enables Rotating Link in the collection menu with the C-Stick");
}
ImGui::SeparatorText("Difficulty");