1 2 3 4 5 6 7 8 9 | From line 63, src/qml/components/PlacesSidebar.qml
delegate: Standard {
objectName: "place" + folderDisplayName(path).replace(/ /g,'')
text: folderDisplayName(path)
__foregroundColor: "black"
[...]
|