summaryrefslogtreecommitdiff
path: root/widgets/CachingImage.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-22 18:47:00 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-22 18:47:00 +1000
commit43689e1267933f3a8c0cf550084aeb21e8c7ea21 (patch)
tree6d4d07c357b6a97a1ab45ad428a44d7cce328352 /widgets/CachingImage.qml
parentinternal: even better visibilities multimon (diff)
downloadcaelestia-shell-43689e1267933f3a8c0cf550084aeb21e8c7ea21.tar.gz
caelestia-shell-43689e1267933f3a8c0cf550084aeb21e8c7ea21.tar.bz2
caelestia-shell-43689e1267933f3a8c0cf550084aeb21e8c7ea21.zip
internal: remove unnecessary slice
Diffstat (limited to 'widgets/CachingImage.qml')
-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