summaryrefslogtreecommitdiff
path: root/gui/components/VPNState.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/components/VPNState.qml')
-rw-r--r--gui/components/VPNState.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/components/VPNState.qml b/gui/components/VPNState.qml
index d5115f2..189fd0b 100644
--- a/gui/components/VPNState.qml
+++ b/gui/components/VPNState.qml
@@ -37,7 +37,9 @@ StateGroup {
PropertyChanges {
target: toggleVPN
enabled: false
- text: ("...")
+ // XXX this is a fake cancel, won't do anything at this point. We need
+ // to queue this action for when the openvpn process becomes available.
+ text: ("Cancel")
}
PropertyChanges {
target: systray