summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--widgets/CachingImage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/CachingImage.qml b/widgets/CachingImage.qml
index ce2e4e2..c58ff51 100644
--- a/widgets/CachingImage.qml
+++ b/widgets/CachingImage.qml
@@ -8,7 +8,7 @@ Image {
property string path
property string hash
- readonly property string cachePath: `${Paths.stringify(Paths.imagecache)}/${hash}@${width}x${height}.png`.slice(7)
+ readonly property string cachePath: `${Paths.stringify(Paths.imagecache)}/${hash}@${width}x${height}.png`
asynchronous: true
cache: false