Skip to content

Commit 3d36cf1

Browse files
committed
UI: Output timer bug
1 parent 52660be commit 3d36cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UI/frontend-plugins/frontend-tools/output-timer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void OutputTimer::StreamTimerStop()
136136
{
137137
streamingAlreadyActive = false;
138138

139-
if (!isVisible() && streamingTimer->isActive() == false)
139+
if (!isVisible() && streamingTimer->isActive() == true)
140140
return;
141141

142142
if (streamingTimer->isActive())
@@ -155,7 +155,7 @@ void OutputTimer::RecordTimerStop()
155155
{
156156
recordingAlreadyActive = false;
157157

158-
if (!isVisible() && recordingTimer->isActive() == false)
158+
if (!isVisible() && recordingTimer->isActive() == true)
159159
return;
160160

161161
if (recordingTimer->isActive())

0 commit comments

Comments
 (0)