summaryrefslogtreecommitdiff
path: root/gui/components/VPNState.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-10-08 12:34:30 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-11-23 21:51:21 +0100
commit75633117d4a72032d9d059190b8eef607033d458 (patch)
treee58e89a0e963622ca5df45887da79b3031b26c81 /gui/components/VPNState.qml
parentef683e13aaefebd9cd1f267d5339e1ef574c42d0 (diff)
[gui] fade behavior
Diffstat (limited to 'gui/components/VPNState.qml')
-rw-r--r--gui/components/VPNState.qml13
1 files changed, 8 insertions, 5 deletions
diff --git a/gui/components/VPNState.qml b/gui/components/VPNState.qml
index e85d8e9..4cacf2f 100644
--- a/gui/components/VPNState.qml
+++ b/gui/components/VPNState.qml
@@ -155,20 +155,23 @@ StateGroup {
},
State {
name: stopping
+ /*
+ this transition is bad. let's just remove the status
+ switch...
PropertyChanges {
target: connectionState
text: "Switching\nOff"
}
PropertyChanges {
- target: statusBoxBackground
- border.color: Theme.accentConnecting
- }
- PropertyChanges {
- // ?? is this image correct?
target: connectionImage
source: "../resources/ravens.svg"
anchors.horizontalCenter: parent.horizontalCenter
}
+ */
+ PropertyChanges {
+ target: statusBoxBackground
+ border.color: Theme.accentConnecting
+ }
PropertyChanges {
target: systray
tooltip: toHuman("stopping")