diff --git a/server/TracyView.cpp b/server/TracyView.cpp index a35bf736..f1d238ba 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -611,6 +611,8 @@ bool View::DrawImpl() return keepOpen; } + Attention( m_attnWorking ); + if( !m_uarchSet ) { m_uarchSet = true; diff --git a/server/TracyView.hpp b/server/TracyView.hpp index 98f3811c..6eb861b0 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -839,6 +839,7 @@ private: bool m_attnNotAvailable = false; bool m_attnDropped = false; bool m_attnFailure = false; + bool m_attnWorking = false; }; }