1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

sounds: only play audio changed when trigger by us

This commit is contained in:
bbedward
2025-11-20 23:38:06 -05:00
parent 59cc9c7006
commit 46caeb0445
4 changed files with 10 additions and 18 deletions

View File

@@ -84,6 +84,7 @@ Row {
if (newValue > 0 && defaultSink.audio.muted) {
defaultSink.audio.muted = false
}
AudioService.playVolumeChangeSoundIfEnabled()
}
}
}