qml: Include device icon, desc in model

This commit is contained in:
Tom Dewey tom.dewey@raspberrypi.com 2023-10-09 10:33:02 +01:00
parent d603d29671
commit 8291e00934

View file

@ -470,6 +470,8 @@ ApplicationWindow {
ListElement { ListElement {
name: qsTr("[ All ]") name: qsTr("[ All ]")
tags: "[]" tags: "[]"
icon: ""
description: ""
} }
} }
currentIndex: -1 currentIndex: -1