Pārlūkot izejas kodu

There is no point caching art when ranging across a collection

Donald Carr 8 gadi atpakaļ
vecāks
revīzija
318300239f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      qml/common/ArtImage.qml

+ 1 - 0
qml/common/ArtImage.qml

@@ -17,6 +17,7 @@ Item {
 
     Image {
         id: image
+        cache: false
         opacity: globalSettings.fadeInImages ? 0 : 1.0
         anchors.fill: parent
         asynchronous: true