Update ViewController.swift
This commit is contained in:
parent
4e2dca9288
commit
7eccf701b9
|
@ -44,7 +44,7 @@ class ViewController: NSViewController {
|
|||
|
||||
@IBOutlet var buttonConnection: NSButton!
|
||||
|
||||
private let vpn = StandardVPNProvider(bundleIdentifier: tunnelIdentifier)
|
||||
private let vpn = OpenVPNProvider(bundleIdentifier: tunnelIdentifier)
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
|
Loading…
Reference in New Issue