mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-16 12:52:06 +00:00
macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
ce405f856e
commit
ea5996abe0
@ -108,7 +108,7 @@ class TunnelEditViewController: NSViewController {
|
||||
fatalError("init(coder:) has not been implemented")
|
||||
}
|
||||
|
||||
func populateTextFields() {
|
||||
func populateFields() {
|
||||
let selectedActivateOnDemandOption: ActivateOnDemandOption
|
||||
if let tunnel = tunnel {
|
||||
// Editing an existing tunnel
|
||||
@ -156,7 +156,7 @@ class TunnelEditViewController: NSViewController {
|
||||
}
|
||||
|
||||
override func loadView() {
|
||||
populateTextFields()
|
||||
populateFields()
|
||||
|
||||
scrollView.documentView = textView
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user