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

Use big icons in bad version dialogs.

This commit is contained in:
Bartosz Taudul
2021-11-13 22:20:00 +01:00
parent 46e0584cca
commit be264896f0
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -787,7 +787,7 @@ static void DrawContents()
if( badVer.state != tracy::BadVersionState::Ok )
{
if( loadThread.joinable() ) { loadThread.join(); }
tracy::BadVersion( badVer );
tracy::BadVersion( badVer, bigFont );
}
#endif