From 61784570979bae4f786d6cf4503fb7e461e8e87f Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Mon, 28 Sep 2020 09:45:04 +0100 Subject: [PATCH] Launhcer: Fix an incorrect file-path --- src/GUI/qml/Location.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/qml/Location.qml b/src/GUI/qml/Location.qml index 7a03ff937..54ce5db9a 100644 --- a/src/GUI/qml/Location.qml +++ b/src/GUI/qml/Location.qml @@ -284,7 +284,7 @@ Item { } AnimatedImage { - source: "qrc://linear-spinner" + source: "qrc:///linear-spinner" anchors.verticalCenter: parent.verticalCenter anchors.left: parent.horizontalCenter }