1
0
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:
bbedward
2026-01-01 11:47:26 -05:00
parent c141ad1e34
commit 51ca9a7686
2 changed files with 27 additions and 38 deletions

View File

@@ -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