MediaCard: don't show the disc icon if there is Cava activity.

This commit is contained in:
ItsLemmy
2025-11-19 21:46:07 -05:00
parent 074da9069c
commit 42e2ba09ff
@@ -213,7 +213,7 @@ NBox {
// No media player detected - centered disc icon
NIcon {
anchors.centerIn: parent
visible: !root.hasActivePlayer
visible: !root.hasActivePlayer && CavaService.isIdle
icon: "disc"
pointSize: Style.fontSizeXXXL * 3
color: Color.mOnSurfaceVariant