Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
4cb1414b
Commit
4cb1414b
authored
May 23, 2019
by
Jose Blaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change protocol order in SettingsViewController
parent
0ee64a69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PIA VPN/SettingsViewController.swift
PIA VPN/SettingsViewController.swift
+1
-1
No files found.
PIA VPN/SettingsViewController.swift
View file @
4cb1414b
...
...
@@ -1027,9 +1027,9 @@ extension SettingsViewController: UITableViewDataSource, UITableViewDelegate {
switch
setting
{
case
.
vpnProtocolSelection
:
let
options
:
[
String
]
=
[
IKEv2Profile
.
vpnType
,
PIATunnelProfile
.
vpnType
,
IPSecProfile
.
vpnType
,
IKEv2Profile
.
vpnType
,
]
controller
=
OptionsViewController
()
controller
?
.
options
=
options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment