summaryrefslogtreecommitdiff
path: root/components/images/CachingIconImage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/images/CachingIconImage.qml')
-rw-r--r--components/images/CachingIconImage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/images/CachingIconImage.qml b/components/images/CachingIconImage.qml
index 715d379..1acc6a1 100644
--- a/components/images/CachingIconImage.qml
+++ b/components/images/CachingIconImage.qml
@@ -26,7 +26,7 @@ Item {
id: cachingImage
CachingImage {
- path: Paths.strip(root.source)
+ path: Paths.toLocalFile(root.source)
fillMode: Image.PreserveAspectFit
}
}