1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

osd: suppression fix from cc

This commit is contained in:
bbedward
2025-11-19 08:52:37 -05:00
parent cc054b27de
commit 8fd616b680
6 changed files with 35 additions and 8 deletions

View File

@@ -412,7 +412,7 @@ Singleton {
interval: 50
repeat: false
onTriggered: {
if (!root.suppressOSD && SettingsData.soundsEnabled && SettingsData.soundVolumeChanged) {
if (SettingsData.soundsEnabled && SettingsData.soundVolumeChanged) {
root.playVolumeChangeSound()
}
}