mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
qml: Include device icon, desc in model
This commit is contained in:
parent
d603d29671
commit
8291e00934
1 changed files with 2 additions and 0 deletions
|
@ -470,6 +470,8 @@ ApplicationWindow {
|
||||||
ListElement {
|
ListElement {
|
||||||
name: qsTr("[ All ]")
|
name: qsTr("[ All ]")
|
||||||
tags: "[]"
|
tags: "[]"
|
||||||
|
icon: ""
|
||||||
|
description: ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
currentIndex: -1
|
currentIndex: -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue