summaryrefslogtreecommitdiff
path: root/gui/components/VPNState.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-10-04 18:00:55 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit2e1790104b5ff2f8fe0c1c6837148cc25abcab7a (patch)
treef486c554e971ee200dbce4bb846c5f88138792e4 /gui/components/VPNState.qml
parent5ff2eb132351f5a289e177300c9472af0616c550 (diff)
[ui] first attempt at animated birds
Diffstat (limited to 'gui/components/VPNState.qml')
-rw-r--r--gui/components/VPNState.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/components/VPNState.qml b/gui/components/VPNState.qml
index 64a109a..e85d8e9 100644
--- a/gui/components/VPNState.qml
+++ b/gui/components/VPNState.qml
@@ -31,7 +31,7 @@ StateGroup {
}
PropertyChanges {
target: connectionImage
- source: "../resources/ravens.svg"
+ source: "../resources/ravens.gif"
anchors.horizontalCenter: parent.horizontalCenter
}
PropertyChanges {
@@ -130,7 +130,7 @@ StateGroup {
}
PropertyChanges {
target: connectionImage
- source: "../resources/ravens.svg"
+ source: "../resources/ravens.gif"
anchors.horizontalCenter: parent.horizontalCenter
}
PropertyChanges {