diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-10-03 22:46:41 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:12 +0100 |
commit | cae08421ac569ce773cc619ff8042ebe33700ff9 (patch) | |
tree | 2002a7900150e400ed27abadcfdb3f569bab872c /gui/components/VPNState.qml | |
parent | 79d25833bfd261c36d954cf57845e5a416aaf849 (diff) |
[ui] systray actions
Diffstat (limited to 'gui/components/VPNState.qml')
-rw-r--r-- | gui/components/VPNState.qml | 4 |
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 |