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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user