Add support for rendering provider icon in sidebar

This commit is contained in:
2022-08-30 01:57:01 -04:00
parent e7bedd4048
commit 57750046f5
3 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Rectangle {
id: sidebarElements
model: providers
SidebarElement {
name: modelData.name
provider: modelData
selected: (index == selectedElement) ? true : false
}
}