dashboard: fix bongo cat playing when no media
This commit is contained in:
parent
48db317cc8
commit
3aa7d9d5de
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ Item {
|
|||
anchors.bottomMargin: Appearance.padding.large
|
||||
anchors.margins: Appearance.padding.large * 2
|
||||
|
||||
playing: Players.active?.isPlaying
|
||||
playing: Players.active?.isPlaying ?? false
|
||||
source: "root:/assets/bongocat.gif"
|
||||
asynchronous: true
|
||||
fillMode: AnimatedImage.PreserveAspectFit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue