summaryrefslogtreecommitdiff
path: root/components/images/CachingImage.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-30 14:45:42 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-30 14:45:42 +1000
commitd22576ee8273c0537116e69a3134af62db5589f1 (patch)
tree52cbdec833d58206ebf47b28a374e98f9355b75c /components/images/CachingImage.qml
parentdev: reload on cmakelists change (diff)
downloadcaelestia-shell-d22576ee8273c0537116e69a3134af62db5589f1.tar.gz
caelestia-shell-d22576ee8273c0537116e69a3134af62db5589f1.tar.bz2
caelestia-shell-d22576ee8273c0537116e69a3134af62db5589f1.zip
plugin/cim: better cache impl
Diffstat (limited to 'components/images/CachingImage.qml')
-rw-r--r--components/images/CachingImage.qml5
1 files changed, 0 insertions, 5 deletions
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