From cae08421ac569ce773cc619ff8042ebe33700ff9 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Sun, 3 Oct 2021 22:46:41 +0200 Subject: [ui] systray actions --- gui/components/VPNState.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gui/components/VPNState.qml') 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 -- cgit v1.2.3