diff --git a/src/executable-switch.cpp b/src/executable-switch.cpp index cf9a4218..21f21846 100644 --- a/src/executable-switch.cpp +++ b/src/executable-switch.cpp @@ -134,7 +134,9 @@ void SwitcherData::checkExeSwitch(bool& match, OBSWeakSource& scene, OBSWeakSour scene = s.mScene; transition = s.mTransition; match = !s.mInFocus || (s.mInFocus && isInFocus(s.mExe)); - break; + + if (match) + break; } } }