Re-added blurred background

This commit is contained in:
2026-06-09 23:52:35 -04:00
parent 6e74013afe
commit 38cd9875a8

View File

@@ -22,7 +22,7 @@ Item {
property string artFilePath: `${artDownloadLocation}/${artFileName}` 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 color artDominantColor: ColorUtils.mix((colorQuantizer?.colors[0] ?? Appearance.colors.colPrimary), Appearance.colors.colPrimaryContainer, 0.8) || Appearance.m3colors.m3secondaryContainer
property bool downloaded: false property bool downloaded: false
implicitWidth: widgetWidth implicitWidth: widgetWidth
implicitHeight: widgetHeight implicitHeight: widgetHeight
@@ -101,7 +101,6 @@ Item {
radius: background.radius radius: background.radius
} }
} }
/*
Image { Image {
id: blurredArt id: blurredArt
anchors.fill: parent anchors.fill: parent
@@ -122,7 +121,6 @@ Item {
blur: 1 blur: 1
} }
} }
*/
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
@@ -195,4 +193,4 @@ Item {
} }
} }
} }
} }