ShaMAD

Results 2 comments of ShaMAD

Recorded a video of how the Start button remains enabled if the Output Timer window was closed. However, the second problem - the influence of the timer before it stopped...

The same bug is on streaming timer. ... void OutputTimer::StreamTimerStop() { streamingAlreadyActive = false; **if (!isVisible() && streamingTimer->isActive() == false)** return; if (streamingTimer->isActive()) ...