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
|
|
@ -56,7 +56,7 @@ Rectangle {
|
|||
anchors.centerIn: parent
|
||||
width: Style.marginL * root.scaling
|
||||
height: Style.marginL * root.scaling
|
||||
source: Icons.iconForAppId(taskbarItem.modelData.appId)
|
||||
source: AppIcons.iconForAppId(taskbarItem.modelData.appId)
|
||||
smooth: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue