From 43689e1267933f3a8c0cf550084aeb21e8c7ea21 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:47:00 +1000 Subject: internal: remove unnecessary slice --- widgets/CachingImage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/CachingImage.qml') 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 -- cgit v1.2.3-freya