mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-17 21:32:02 +00:00
on-demand: macOS: Disable SSIDs field when adding a tunnel
It shouldn't be editable when the VPN prompt is shown. Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
a334c25aff
commit
e29c6900e5
@ -205,6 +205,7 @@ class TunnelEditViewController: NSViewController {
|
||||
view.window?.ignoresMouseEvents = !enabled
|
||||
nameRow.valueLabel.isEditable = enabled
|
||||
textView.isEditable = enabled
|
||||
onDemandWiFiControls.onDemandSSIDsField.isEnabled = enabled
|
||||
}
|
||||
|
||||
@objc func handleSaveAction() {
|
||||
|
Loading…
Reference in New Issue
Block a user