mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-18 05:42:02 +00:00
iOS: Make it compile again
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
3b29578524
commit
f292a0ec7a
@ -351,6 +351,8 @@ extension TunnelEditTableViewController {
|
||||
cell.keyboardType = .numberPad
|
||||
case .excludePrivateIPs, .deletePeer:
|
||||
cell.keyboardType = .default
|
||||
case .rxBytes, .txBytes, .lastHandshakeTime:
|
||||
fatalError()
|
||||
}
|
||||
|
||||
cell.isValueValid = !peerData.fieldsWithError.contains(field)
|
||||
|
Loading…
Reference in New Issue
Block a user