Add PDF link to built-in manual viewer.

This commit is contained in:
Bartosz Taudul
2026-06-06 10:56:25 +02:00
parent fc5318dcad
commit e4e3d75eb8

View File

@@ -25,6 +25,8 @@ void View::DrawManual()
ImGui::PopStyleColor();
ImGui::SameLine();
TextDisabledUnformatted( "This user manual is missing features. See the PDF file for the proper version." );
ImGui::SameLine();
if( ImGui::Button( ICON_FA_BOOK " PDF Manual" ) ) OpenWebpage( "https://github.com/wolfpld/tracy/releases" );
ImGui::Separator();
ImGui::BeginChild( "##usermanual" );