diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 83c2a811ff..065995e86e 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -3449,10 +3449,6 @@ static bool is_good_override_candidate( steamcompmgr_win_t *override, steamcompm if ( !focus ) return false; - // The pids should probably match for a dropdown to be a good candidate for this window. - if (override->pid != focus->pid) - return false; - auto rect = override->GetGeometry(); return override != focus && (rect.nX + rect.nWidth) > 0 && (rect.nY + rect.nHeight) > 0; }