dashboard/media: fix incubation warning
This commit is contained in:
parent
6ae1a8e811
commit
5902988a77
1 changed files with 0 additions and 1 deletions
|
|
@ -543,7 +543,6 @@ Item {
|
||||||
readonly property string icon: Icons.getAppIcon(player?.identity)
|
readonly property string icon: Icons.getAppIcon(player?.identity)
|
||||||
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
asynchronous: true
|
|
||||||
sourceComponent: !player || icon === "image://icon/" ? fallbackIcon : playerImage
|
sourceComponent: !player || icon === "image://icon/" ? fallbackIcon : playerImage
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue