diff options
Diffstat (limited to 'components/images/CachingIconImage.qml')
| -rw-r--r-- | components/images/CachingIconImage.qml | 2 |
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 } } |