Added min/max events in audio service to notify subscribers when audio limit is reached

This commit is contained in:
nZo-sp
2026-03-17 17:54:28 +01:00
parent 23a5b1de55
commit 71568bd2a3
3 changed files with 35 additions and 0 deletions
+8
View File
@@ -251,6 +251,14 @@ Variants {
showOSD(OSD.Type.Volume);
}
function onVolumeAtMaximum() {
showOSD(OSD.Type.Volume);
}
function onVolumeAtMinimum() {
showOSD(OSD.Type.Volume);
}
function onMutedChanged() {
if (AudioService.consumeOutputOSDSuppression())
return;