mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +00:00
Use save file icon.
This commit is contained in:
parent
9b1af05472
commit
92284b65e7
@ -107,6 +107,7 @@ int main( int argc, char** argv )
|
|||||||
0xF07C, 0xF07C, // folder open
|
0xF07C, 0xF07C, // folder open
|
||||||
0xF1EB, 0xF1EB, // wifi
|
0xF1EB, 0xF1EB, // wifi
|
||||||
0xF011, 0xF011, // power off
|
0xF011, 0xF011, // power off
|
||||||
|
0xF56F, 0xF56F, // file-import
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
ImFontConfig configMerge;
|
ImFontConfig configMerge;
|
||||||
|
@ -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" ) )
|
if( ImGui::Button( "Save trace" ) )
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
#ifdef TRACY_FILESELECTOR
|
#ifdef TRACY_FILESELECTOR
|
||||||
nfdchar_t* fn;
|
nfdchar_t* fn;
|
||||||
|
Loading…
Reference in New Issue
Block a user