internal: remove unnecessary slice

This commit is contained in:
2 * r + 2 * t 2025-07-22 18:47:00 +10:00
parent 343da3bdc7
commit 43689e1267

View file

@ -8,7 +8,7 @@ Image {
property string path property string path
property string hash 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 asynchronous: true
cache: false cache: false