1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-03 20:18:31 -04:00

osd/media playback: delay showing until album art is ready and avoid

re-showing when duplicate metadata comes from mpris
related #2787
port 1.5

(cherry picked from commit 6a58adfb29)
This commit is contained in:
bbedward
2026-07-10 13:35:51 -04:00
committed by dms-ci[bot]
parent 554e55c63a
commit fce1a09790
3 changed files with 77 additions and 23 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ DankOSD {
Connections {
target: AudioService.source?.audio ?? null
// Sync only - apps adjusting mic gain (WebRTC AGC etc.) fire this
// constantly, so external volume changes must not surface the OSD
// sync only - app AGC rewrites mic gain constantly, must not surface the OSD
function onVolumeChanged() {
root._syncVolume();
}