From 8291e0093429f775aa68c7fd9fe87e9aa4726fa4 Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Mon, 9 Oct 2023 10:33:02 +0100 Subject: [PATCH] qml: Include device icon, desc in model --- src/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.qml b/src/main.qml index 6e5f02d..941aa76 100644 --- a/src/main.qml +++ b/src/main.qml @@ -470,6 +470,8 @@ ApplicationWindow { ListElement { name: qsTr("[ All ]") tags: "[]" + icon: "" + description: "" } } currentIndex: -1