From d22576ee8273c0537116e69a3134af62db5589f1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 30 Aug 2025 14:45:42 +1000 Subject: plugin/cim: better cache impl --- components/images/CachingImage.qml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'components') diff --git a/components/images/CachingImage.qml b/components/images/CachingImage.qml index 2aa0558..b515622 100644 --- a/components/images/CachingImage.qml +++ b/components/images/CachingImage.qml @@ -16,11 +16,6 @@ Image { sourceSize.width: sourceWidth sourceSize.height: sourceHeight - onStatusChanged: { - if (!manager.usingCache && status === Image.Ready) - CUtils.saveItem(this, manager.cachePath); - } - Connections { target: QsWindow.window -- cgit v1.2.3-freya