a custom loading indicator

This commit is contained in:
Chris Cochrun 2024-04-12 06:32:35 -05:00
parent 2428792895
commit 402bc08d52
2 changed files with 20 additions and 29 deletions

View file

@ -45,7 +45,7 @@ Item {
Presenter.LoadingSpinner {
id: loadingSpinner
color: Kirigami.Theme.highlightColor
running: true
running: itemType === "video" && imageSource.length() < 1
anchors.fill: parent
}