Clarify tooltip

This commit is contained in:
Phillip Stephens
2026-04-22 22:59:56 -07:00
parent 48cb56c19e
commit 394bb91001
+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");