Renamed Icons.qml to AppIcons.qml for clarity
This commit is contained in:
parent
4f731b67d1
commit
b1f9609cd3
6 changed files with 7 additions and 7 deletions
|
|
@ -404,7 +404,7 @@ NPanel {
|
|||
sourceComponent: Component {
|
||||
IconImage {
|
||||
anchors.fill: parent
|
||||
source: modelData.icon ? Icons.iconFromName(modelData.icon, "application-x-executable") : ""
|
||||
source: modelData.icon ? AppIcons.iconFromName(modelData.icon, "application-x-executable") : ""
|
||||
visible: modelData.icon && source !== ""
|
||||
asynchronous: true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue