mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
MediaCard: don't show the disc icon if there is Cava activity.
This commit is contained in:
@@ -213,7 +213,7 @@ NBox {
|
|||||||
// No media player detected - centered disc icon
|
// No media player detected - centered disc icon
|
||||||
NIcon {
|
NIcon {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
visible: !root.hasActivePlayer
|
visible: !root.hasActivePlayer && CavaService.isIdle
|
||||||
icon: "disc"
|
icon: "disc"
|
||||||
pointSize: Style.fontSizeXXXL * 3
|
pointSize: Style.fontSizeXXXL * 3
|
||||||
color: Color.mOnSurfaceVariant
|
color: Color.mOnSurfaceVariant
|
||||||
|
|||||||
Reference in New Issue
Block a user