mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Mark activity when playback is underway.
This commit is contained in:
parent
37442a7671
commit
bc30786c05
@ -1294,6 +1294,7 @@ bool View::WasActive() const
|
||||
return m_wasActive ||
|
||||
m_zoomAnim.active ||
|
||||
m_notificationTime > 0 ||
|
||||
!m_playback.pause ||
|
||||
m_worker.IsConnected() ||
|
||||
!m_worker.IsBackgroundDone();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user