mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 21:27:58 +03:00
Fix typo in tracker autoscroll tooltip (#5226)
This commit is contained in:
parent
057434cdf3
commit
0ac3f4d6b4
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ void EntranceTrackerSettingsWindow::DrawElement() {
|
|||
|
||||
ImGui::Text("List Items");
|
||||
UIWidgets::CVarCheckbox("Auto scroll", CVAR_TRACKER_ENTRANCE("AutoScroll"),
|
||||
UIWidgets::CheckboxOptions().Tooltip("Automatically scroll to the first aviable entrance in the current scene").Color(THEME_COLOR));
|
||||
UIWidgets::CheckboxOptions().Tooltip("Automatically scroll to the first available entrance in the current scene").Color(THEME_COLOR));
|
||||
UIWidgets::CVarCheckbox("Highlight previous", CVAR_TRACKER_ENTRANCE("HighlightPrevious"),
|
||||
UIWidgets::CheckboxOptions().Tooltip("Highlight the previous entrance that Link came from").Color(THEME_COLOR));
|
||||
UIWidgets::CVarCheckbox("Highlight available", CVAR_TRACKER_ENTRANCE("HighlightAvailable"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue