Merge pull request #431 from timothyqiu/proxy-network-services

Fixes #426 Save network interface configuration
This commit is contained in:
Qiu Yuzhou
2017-07-29 15:53:04 +08:00
committed by GitHub

View File

@ -68,5 +68,8 @@ class ProxyInterfacesViewCtrl: NSViewController, NSTableViewDataSource, NSTableV
} else {
selectedNetworkServices.remove(key)
}
UserDefaults.standard.set(selectedNetworkServices.allObjects,
forKey: "Proxy4NetworkServices")
}
}