Skip to content

Commit

Permalink
Made it more clear that there's a right-click menu for the 'auto-crea…
Browse files Browse the repository at this point in the history
…te on startup' opton for watches in LiveView.
  • Loading branch information
MostlyBored committed Nov 22, 2022
1 parent 8dcd0be commit 6c92960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/LiveView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ namespace RC::GUI
if (ImGui::IsItemHovered())
{
ImGui::BeginTooltip();
ImGui::Text("Auto-create on startup");
ImGui::Text("Auto-create on startup.\nRight-click for options.");
ImGui::EndTooltip();
}
}
Expand Down

0 comments on commit 6c92960

Please sign in to comment.