Show icons in device type list

This commit is contained in:
Michael Ehrenreich
2023-02-23 00:34:31 +01:00
parent bbb3ccd0db
commit 97be6c6b6e
5 changed files with 19 additions and 4 deletions

View File

@ -33,5 +33,6 @@ ComboBox {
contentItem: IconChooserDelegateLayout {
text: comboBox.displayText
iconSource: comboBox.currentIndex >= 0 ? comboBox.getIconUrl(comboBox.currentIndex) : ""
isInsideMaterialComboBox: true
}
}