Skip to content

Commit

Permalink
Merge pull request #5 from MostlyBored/2.0Dev_UI_Improv3
Browse files Browse the repository at this point in the history
  • Loading branch information
narknon authored Nov 22, 2022
2 parents a28033e + 6c92960 commit d64c561
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 d64c561

Please sign in to comment.