From 3baa3b7eba9696e69958c89a2b004a219f8c8d00 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 17 Mar 2021 23:46:46 +0100 Subject: fix filter gws by transport --- gui/qml/VpnState.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/qml/VpnState.qml') diff --git a/gui/qml/VpnState.qml b/gui/qml/VpnState.qml index 4906fce..9ee4ed8 100644 --- a/gui/qml/VpnState.qml +++ b/gui/qml/VpnState.qml @@ -54,7 +54,7 @@ StateGroup { } PropertyChanges { target: mainCurrentGateway - text: qsTr("Connected to ") + ctx.currentGateway + text: qsTr("Connected to ") + ctx.currentLocation } PropertyChanges { target: mainOnBtn -- cgit v1.2.3