Minor tooltip cleanup

This commit is contained in:
Phillip Stephens
2026-04-22 23:02:11 -07:00
parent d8a7927602
commit 5a109313cb
+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 with the C-Stick");
ImGui::SetTooltip("Enables rotating Link in the collection menu with the C-Stick");
}
ImGui::SeparatorText("Difficulty");