mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Mark activity when notification area is in use.
This commit is contained in:
parent
1f8de433ec
commit
09d7b7336f
@ -1291,7 +1291,9 @@ void View::HighlightThread( uint64_t thread )
|
||||
bool View::WasActive() const
|
||||
{
|
||||
return m_zoomAnim.active ||
|
||||
m_worker.IsConnected();
|
||||
m_notificationTime > 0 ||
|
||||
m_worker.IsConnected() ||
|
||||
!m_worker.IsBackgroundDone();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user