From 89c7739fdbcea2e8918b30ca236d7e09beee1bc3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 22 Jul 2025 22:28:10 +1000 Subject: filedialog: cache thumbnails Much faster loading --- widgets/CachingImage.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'widgets/CachingImage.qml') diff --git a/widgets/CachingImage.qml b/widgets/CachingImage.qml index c58ff51..1d42238 100644 --- a/widgets/CachingImage.qml +++ b/widgets/CachingImage.qml @@ -1,4 +1,3 @@ -import qs.services import qs.utils import Quickshell.Io import QtQuick @@ -11,7 +10,6 @@ Image { readonly property string cachePath: `${Paths.stringify(Paths.imagecache)}/${hash}@${width}x${height}.png` asynchronous: true - cache: false fillMode: Image.PreserveAspectCrop sourceSize.width: width sourceSize.height: height -- cgit v1.2.3-freya