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-11-23 21:51:18 +0100
commit94d6694a7b91f3ea5a8649f13a68a907e2bc95f3 (patch)
treef350bd51a9ff03559ed037cfc0c5ac6de3bb1d0d /gui/components/VPNState.qml
parent90cee03534a1f078a144648f676ec6b0364fd726 (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 {