mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: 改变音量时不再改变静音状态
在设置静音后,点击滑动条时,改变了音量的同时会取消静音状态,不符合设计需求 Log: 修复托盘区域音量显示问题(bug:6382) Bug: https://pms.uniontech.com/zentao/bug-view-6382.html Change-Id: Ib65f22af4bb5de07cdb6c9df90627d2d9c8f22c1
This commit is contained in:
parent
218e6ae867
commit
40af8358d5
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user