media controls: fix cover wrong after switching track, make not rely on cascade

This commit is contained in:
end-4
2025-10-11 00:22:16 +02:00
parent 01f8631663
commit 4258d94d00
2 changed files with 47 additions and 43 deletions
@@ -21,9 +21,7 @@ Scope {
readonly property real osdWidth: Appearance.sizes.osdWidth
readonly property real widgetWidth: Appearance.sizes.mediaControlsWidth
readonly property real widgetHeight: Appearance.sizes.mediaControlsHeight
property real contentPadding: 13
property real popupRounding: Appearance.rounding.screenRounding - Appearance.sizes.elevationMargin + 1
property real artRounding: Appearance.rounding.verysmall
property list<real> visualizerPoints: []
property bool hasPlasmaIntegration: false