a custom loading indicator
This commit is contained in:
parent
2428792895
commit
402bc08d52
2 changed files with 20 additions and 29 deletions
|
@ -45,7 +45,7 @@ Item {
|
|||
Presenter.LoadingSpinner {
|
||||
id: loadingSpinner
|
||||
color: Kirigami.Theme.highlightColor
|
||||
running: true
|
||||
running: itemType === "video" && imageSource.length() < 1
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue