mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[VCM] Do not unmute mics on disabling the module (#16196)
This commit is contained in:
@@ -508,7 +508,11 @@ void VideoConferenceModule::disable()
|
||||
}
|
||||
}
|
||||
|
||||
instance->unmuteAll();
|
||||
if (getVirtualCameraMuteState())
|
||||
{
|
||||
reverseVirtualCameraMuteState();
|
||||
}
|
||||
|
||||
toolbar.hide();
|
||||
|
||||
_enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user