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-10-08 12:34:30 +0200
commitd7193c091501fad232bdbfb9ae65960ec6ac6229 (patch)
tree2bd41a7cc5bbf16ad96c24f92fc2fd70fea9aade /gui/components/VPNState.qml
parent71821ce8806a33158d4bb870ceb9f621008d3565 (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")