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

Use save file icon.

This commit is contained in:
Bartosz Taudul
2018-08-17 18:36:06 +02:00
parent 9b1af05472
commit 92284b65e7
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -703,7 +703,11 @@ void View::DrawConnection()
}
}
#ifdef TRACY_EXTENDED_FONT
if( ImGui::Button( "\xef\x95\xaf Save trace" ) )
#else
if( ImGui::Button( "Save trace" ) )
#endif
{
#ifdef TRACY_FILESELECTOR
nfdchar_t* fn;