From d8a792760260e46e277b9dcee8b765107921f9f7 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 22 Apr 2026 22:59:56 -0700 Subject: [PATCH] Clarify tooltip --- src/dusk/imgui/ImGuiMenuGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dusk/imgui/ImGuiMenuGame.cpp b/src/dusk/imgui/ImGuiMenuGame.cpp index 84de7f6575..1f29039d60 100644 --- a/src/dusk/imgui/ImGuiMenuGame.cpp +++ b/src/dusk/imgui/ImGuiMenuGame.cpp @@ -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");