mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[VCM] Do not unmute mics on disabling the module (#16196)
This commit is contained in:
@@ -251,7 +251,7 @@ void VideoConferenceModule::onModuleSettingsChanged()
|
||||
{
|
||||
toolbar.setHideToolbarWhenUnmuted(val.value());
|
||||
}
|
||||
|
||||
|
||||
const auto selectedMic = values.get_string_value(L"selected_mic");
|
||||
if (selectedMic && selectedMic != settings.selectedMicrophone)
|
||||
{
|
||||
@@ -508,7 +508,11 @@ void VideoConferenceModule::disable()
|
||||
}
|
||||
}
|
||||
|
||||
instance->unmuteAll();
|
||||
if (getVirtualCameraMuteState())
|
||||
{
|
||||
reverseVirtualCameraMuteState();
|
||||
}
|
||||
|
||||
toolbar.hide();
|
||||
|
||||
_enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user