internal: remove unnecessary slice
This commit is contained in:
parent
343da3bdc7
commit
43689e1267
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue