From 94d6694a7b91f3ea5a8649f13a68a907e2bc95f3 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 4 Oct 2021 18:00:55 +0200 Subject: [ui] first attempt at animated birds --- gui/components/VPNState.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/components/VPNState.qml') 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 { -- cgit v1.2.3