Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Main' into 2.0Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
narknon committed Nov 22, 2022
2 parents 17032f5 + d64c561 commit 0ff8495
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 @@ -1400,7 +1400,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 0ff8495

Please sign in to comment.