mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
@@ -47,12 +47,12 @@ PageType {
|
||||
|
||||
QtObject {
|
||||
id: onlyForwardApps
|
||||
property string name: qsTr("Only the Apps listed here will be accessed through the VPN")
|
||||
property string name: qsTr("Only the apps from the list should have access via VPN")
|
||||
property int type: routeMode.onlyForwardApps
|
||||
}
|
||||
QtObject {
|
||||
id: allExceptApps
|
||||
property string name: qsTr("Apps from the list should not be accessed via VPN")
|
||||
property string name: qsTr("Apps from the list should not have access via VPN")
|
||||
property int type: routeMode.allExceptApps
|
||||
}
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ PageType {
|
||||
}
|
||||
QtObject {
|
||||
id: openVpnConnectionFormat
|
||||
property string name: qsTr("OpenVpn native format")
|
||||
property string name: qsTr("OpenVPN native format")
|
||||
property var type: PageShare.ConfigType.OpenVpn
|
||||
}
|
||||
QtObject {
|
||||
|
||||
Reference in New Issue
Block a user