summaryrefslogtreecommitdiff
path: root/widgets/CachingImage.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 16:16:50 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 16:16:50 +1000
commit748d5f9e86d12bdf8f7f47f39efc4e8e7d7cb261 (patch)
tree5d9e00c9e04a1714d5e635188a2d8f86b5bed900 /widgets/CachingImage.qml
parentlauncher: wallpapers default to current wall (diff)
downloadcaelestia-shell-748d5f9e86d12bdf8f7f47f39efc4e8e7d7cb261.tar.gz
caelestia-shell-748d5f9e86d12bdf8f7f47f39efc4e8e7d7cb261.tar.bz2
caelestia-shell-748d5f9e86d12bdf8f7f47f39efc4e8e7d7cb261.zip
cachingimage: fix slow loading
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 692a090..85593ed 100644
--- a/widgets/CachingImage.qml
+++ b/widgets/CachingImage.qml
@@ -6,7 +6,7 @@ Image {
id: root
required property string path
- property string thumbnail: path
+ property string thumbnail
source: {
if (thumbnail)