Play m.image events GIFs, rename some properties

This commit is contained in:
miruka
2019-10-30 06:47:59 -04:00
parent b11c9d5675
commit 2e4a7904d5
4 changed files with 23 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ Image {
property bool animate: true
readonly property bool animated: Utils.urlExtension(image.source) == "gif"
property bool animated: Utils.urlExtension(image.source) === "gif"
readonly property alias loadingLabel: loadingLabel