We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52660be commit 3d36cf1Copy full SHA for 3d36cf1
UI/frontend-plugins/frontend-tools/output-timer.cpp
@@ -136,7 +136,7 @@ void OutputTimer::StreamTimerStop()
136
{
137
streamingAlreadyActive = false;
138
139
- if (!isVisible() && streamingTimer->isActive() == false)
+ if (!isVisible() && streamingTimer->isActive() == true)
140
return;
141
142
if (streamingTimer->isActive())
@@ -155,7 +155,7 @@ void OutputTimer::RecordTimerStop()
155
156
recordingAlreadyActive = false;
157
158
- if (!isVisible() && recordingTimer->isActive() == false)
+ if (!isVisible() && recordingTimer->isActive() == true)
159
160
161
if (recordingTimer->isActive())
0 commit comments