diff --git a/app/streaming/session.cpp b/app/streaming/session.cpp index 3a332d24..e070a0c9 100644 --- a/app/streaming/session.cpp +++ b/app/streaming/session.cpp @@ -784,7 +784,7 @@ void Session::exec() // Capture the mouse by default on release builds only. // This prevents the mouse from becoming trapped inside // Moonlight when it's halted at a debug break. - if (m_Preferences.fullScreen) { + if (m_Preferences.windowMode != StreamingPreferences::WM_WINDOWED) { SDL_SetRelativeMouseMode(SDL_TRUE); } #endif