mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-15 13:06:27 -04:00
A prior patch made the button to show/hide a VST check the current status of a loaded VST. This lead to situation where upon first selection a VST might be loaded but the button's visibility is not changed. This change will reevaluate the status of a loaded VST upon selection in the drop-down menu and trigger button visibility accordingly.