From 748d5f9e86d12bdf8f7f47f39efc4e8e7d7cb261 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 16:16:50 +1000 Subject: cachingimage: fix slow loading --- widgets/CachingImage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-freya