parent
0f9bbcd060
commit
72ba012765
8 changed files with 80 additions and 32 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue