mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-31 02:13:51 +08:00
ec247ba982
In window capture, it will search for a window with a specific title, but will not search minimized windows. This fixes that by making is acquire the correct window even if that window is minimized, rather than potentially risk it capturing the wrong window of the same type.