summaryrefslogtreecommitdiff
path: root/gui/qml/VpnState.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/VpnState.qml')
-rw-r--r--gui/qml/VpnState.qml23
1 files changed, 0 insertions, 23 deletions
diff --git a/gui/qml/VpnState.qml b/gui/qml/VpnState.qml
index ffad207..4906fce 100644
--- a/gui/qml/VpnState.qml
+++ b/gui/qml/VpnState.qml
@@ -36,16 +36,9 @@ StateGroup {
target: mainOffBtn
visible: false
}
- PropertyChanges {
- target: gwMarker
- color: "red"
- }
},
State {
name: "on"
- StateChangeScript {
- script: displayGatewayMarker()
- }
PropertyChanges {
target: systray
tooltip: toHuman("on")
@@ -71,10 +64,6 @@ StateGroup {
target: mainOffBtn
visible: true
}
- PropertyChanges {
- target: gwMarker
- color: "green"
- }
},
State {
name: "starting"
@@ -103,10 +92,6 @@ StateGroup {
target: mainOffBtn
visible: true
}
- PropertyChanges {
- target: gwMarker
- color: "orange"
- }
},
State {
name: "stopping"
@@ -135,10 +120,6 @@ StateGroup {
target: mainOffBtn
visible: false
}
- PropertyChanges {
- target: gwMarker
- color: "orange"
- }
},
State {
name: "failed"
@@ -167,10 +148,6 @@ StateGroup {
target: mainOffBtn
visible: false
}
- PropertyChanges {
- target: gwMarker
- color: "red"
- }
}
]
}