summaryrefslogtreecommitdiff
path: root/gui/components/VPNState.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-10-03 22:46:41 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-11-23 21:51:12 +0100
commitcae08421ac569ce773cc619ff8042ebe33700ff9 (patch)
tree2002a7900150e400ed27abadcfdb3f569bab872c /gui/components/VPNState.qml
parent79d25833bfd261c36d954cf57845e5a416aaf849 (diff)
[ui] systray actions
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