diff --git a/app/streaming/session.cpp b/app/streaming/session.cpp index 773a6b70..67860fb4 100644 --- a/app/streaming/session.cpp +++ b/app/streaming/session.cpp @@ -1476,7 +1476,7 @@ void Session::exec(int displayOriginX, int displayOriginY) // is set up, this ensures the window re-creation is already done. if (needsPostDecoderCreationCapture) { m_InputHandler->setCaptureActive(true); - needsFirstEnterCapture = false; + needsPostDecoderCreationCapture = false; } }