Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions plugins/dde-dock/sound/soundcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ void SoundController::SetMute(bool in0)

void SoundController::onDefaultSinkChanged(const QDBusObjectPath &path)
{
// 防止手动切换设备,与后端交互时,获取到多个信号,设备切换多次,造成混乱

if (m_defaultSinkInter)
m_defaultSinkInter->deleteLater();

Expand Down
Loading