diff options
Diffstat (limited to 'widgets/CachingImage.qml')
| -rw-r--r-- | widgets/CachingImage.qml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |