diff --git a/server/TracyView.cpp b/server/TracyView.cpp index a5c2499e..03a8924b 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -312,6 +312,9 @@ View::View( FileRead& f, ImFont* fixedWidth, SetTitleCallback stcb ) assert( s_instance == nullptr ); s_instance = this; + m_notificationTime = 4; + m_notificationText = std::string( "Trace loaded in " ) + TimeToString( m_worker.GetLoadTime() ); + InitTextEditor(); SetViewToLastFrames(); }