Fixes #426 Save network interface configuration

This commit is contained in:
Timothy Qiu
2017-07-29 14:27:47 +08:00
parent 7c11f704dc
commit 5f83aad324

View File

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