fix: 任务栏设置应用音量提示音不提示,只有系统设备提示音提示

task: 15454
This commit is contained in:
yangyuin 2020-03-10 19:17:48 +08:00
parent b10d849939
commit 26aac7425b

View File

@ -172,7 +172,7 @@ void SinkInputWidget::setMuteIcon()
void SinkInputWidget::onPlaySoundEffect()
{
// set the mute property to false to play sound effects.
m_inputInter->SetMuteQueued(false);
m_inputInter->SetMuteQueued(true);
}
void SinkInputWidget::refreshIcon()