diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-17 19:49:15 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:05 +0100 |
commit | 9413b50cba3d8b4c9a8b6474729483b775aa5619 (patch) | |
tree | 6dfff47d63647f965727eb8a72198286b220df9c /gui/components/VPNState.qml | |
parent | 7cdbe15b46a2c2ac94b10f27092b190147f2124f (diff) |
[ui] nospy and sizes
Diffstat (limited to 'gui/components/VPNState.qml')
-rw-r--r-- | gui/components/VPNState.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/VPNState.qml b/gui/components/VPNState.qml index 5e659a9..d92065a 100644 --- a/gui/components/VPNState.qml +++ b/gui/components/VPNState.qml @@ -61,7 +61,7 @@ StateGroup { } PropertyChanges { target: connectionImage - source: "../resources/spy.gif" + source: "../resources/icon-noshield.svg" } PropertyChanges { target: toggleVPN |