mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
cachingimage: dont depend on sha256sum
This commit is contained in:
@@ -401,7 +401,7 @@ Item {
|
||||
currentIndex = clampedIndex;
|
||||
positionViewAtIndex(clampedIndex, GridView.Contain);
|
||||
}
|
||||
enableAnimation = true;
|
||||
Qt.callLater(() => { enableAnimation = true; });
|
||||
}
|
||||
|
||||
Connections {
|
||||
@@ -465,12 +465,6 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
BusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
running: thumbnailImage.status === Image.Loading
|
||||
visible: running
|
||||
}
|
||||
|
||||
StateLayer {
|
||||
anchors.fill: parent
|
||||
cornerRadius: parent.radius
|
||||
|
||||
Reference in New Issue
Block a user