mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix: 任务栏设置应用音量提示音不提示,只有系统设备提示音提示
task: 15454
This commit is contained in:
parent
b10d849939
commit
26aac7425b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user