1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 04:58:30 -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
This commit is contained in:
bbedward
2026-07-10 13:35:51 -04:00
parent 05feb211ba
commit 6a58adfb29
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();
}