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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user