From 38cd9875a81a3f690b9528a7a9b8163179080aeb Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Tue, 9 Jun 2026 23:52:35 -0400 Subject: [PATCH] Re-added blurred background --- osd/PlayerControl.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/osd/PlayerControl.qml b/osd/PlayerControl.qml index 7020200..d26a7ad 100644 --- a/osd/PlayerControl.qml +++ b/osd/PlayerControl.qml @@ -22,7 +22,7 @@ Item { property string artFilePath: `${artDownloadLocation}/${artFileName}` property color artDominantColor: ColorUtils.mix((colorQuantizer?.colors[0] ?? Appearance.colors.colPrimary), Appearance.colors.colPrimaryContainer, 0.8) || Appearance.m3colors.m3secondaryContainer property bool downloaded: false - + implicitWidth: widgetWidth implicitHeight: widgetHeight @@ -101,7 +101,6 @@ Item { radius: background.radius } } - /* Image { id: blurredArt anchors.fill: parent @@ -122,7 +121,6 @@ Item { blur: 1 } } - */ Rectangle { anchors.fill: parent @@ -195,4 +193,4 @@ Item { } } } -} \ No newline at end of file +}