diff options
Diffstat (limited to 'gui/components/VPNState.qml')
-rw-r--r-- | gui/components/VPNState.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/components/VPNState.qml b/gui/components/VPNState.qml index 4cacf2f..eeeb51d 100644 --- a/gui/components/VPNState.qml +++ b/gui/components/VPNState.qml @@ -31,7 +31,7 @@ StateGroup { } PropertyChanges { target: connectionImage - source: "../resources/ravens.gif" + source: customTheme.iconConnecting anchors.horizontalCenter: parent.horizontalCenter } PropertyChanges { @@ -63,7 +63,7 @@ StateGroup { } PropertyChanges { target: connectionImage - source: "../resources/icon-noshield.svg" + source: customTheme.iconOff } PropertyChanges { target: toggleVPN @@ -96,7 +96,7 @@ StateGroup { } PropertyChanges { target: connectionImage - source: "../resources/riseup-icon.svg" + source: customTheme.iconOn } PropertyChanges { target: toggleVPN @@ -130,7 +130,7 @@ StateGroup { } PropertyChanges { target: connectionImage - source: "../resources/ravens.gif" + source: customTheme.iconConnecting anchors.horizontalCenter: parent.horizontalCenter } PropertyChanges { |