1
0
Fork 0

Launhcer: Fix an incorrect file-path

This commit is contained in:
Automatic Release Builder 2020-09-28 09:45:04 +01:00 committed by James Turner
parent 191786d9a0
commit 6178457097

View file

@ -284,7 +284,7 @@ Item {
}
AnimatedImage {
source: "qrc://linear-spinner"
source: "qrc:///linear-spinner"
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.horizontalCenter
}