Skip to content

Commit be2ecc3

Browse files
committed
fix: simplify AnimatedImage source URL construction
1 parent 8948988 commit be2ecc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/images/ProfileImage.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Item {
3232
fillMode: AnimatedImage.PreserveAspectCrop
3333
asynchronous: true
3434
playing: true
35-
source: Qt.resolvedUrl(`file://${root.path}`)
35+
source: Qt.resolvedUrl(root.path)
3636
}
3737
}
3838

0 commit comments

Comments
 (0)