1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Release 0.7.0.

This commit is contained in:
Bartosz Taudul
2020-06-11 14:30:08 +02:00
parent 3992eb0542
commit cbcf393332
4 changed files with 9 additions and 4 deletions
+4
View File
@@ -559,6 +559,10 @@ static void DrawContents()
{
OpenWebpage( "https://www.youtube.com/watch?v=uJkrFgriuOo" );
}
if( ImGui::Selectable( ICON_FA_VIDEO " New features in v0.7" ) )
{
OpenWebpage( "https://www.youtube.com/watch?v=_hU7vw00MZ4" );
}
ImGui::EndPopup();
}
ImGui::SameLine();