mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-21 20:54:53 -04:00
UI: Fix mixer hide toggle in studio mode
If the user would toggle hide in mixer in studio mode, the source would show up in audio mixer, even if it wasn't active.
This commit is contained in:
@@ -3531,6 +3531,8 @@ void OBSBasic::ActivateAudioSource(OBSSource source)
|
||||
{
|
||||
if (SourceMixerHidden(source))
|
||||
return;
|
||||
if (!obs_source_active(source))
|
||||
return;
|
||||
if (!obs_source_audio_active(source))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user