mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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
|
bool View::WasActive() const
|
||||||
{
|
{
|
||||||
return m_zoomAnim.active ||
|
return m_zoomAnim.active ||
|
||||||
m_worker.IsConnected();
|
m_notificationTime > 0 ||
|
||||||
|
m_worker.IsConnected() ||
|
||||||
|
!m_worker.IsBackgroundDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user