fix: 改变音量时不再改变静音状态

在设置静音后,点击滑动条时,改变了音量的同时会取消静音状态,不符合设计需求

Log: 修复托盘区域音量显示问题(bug:6382)
Bug: https://pms.uniontech.com/zentao/bug-view-6382.html
Change-Id: Ib65f22af4bb5de07cdb6c9df90627d2d9c8f22c1
This commit is contained in:
chenjun 2020-07-22 13:18:13 +08:00
parent 218e6ae867
commit 40af8358d5

View File

@ -223,8 +223,7 @@ void SoundApplet::toggleMute()
void SoundApplet::onPlaySoundEffect()
{
// set the mute property to false to play sound effects.
m_defSinkInter->SetMuteQueued(false);
}
void SoundApplet::increaseVolumeChanged()