Tunnel creation: An uneditable field's value should be grey as well
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
0ae4b3bcf1
commit
3b77f824b6
|
@ -295,6 +295,7 @@ class TunnelsEditTableViewKeyValueCell: UITableViewCell {
|
||||||
set(value) {
|
set(value) {
|
||||||
valueTextField.isEnabled = value
|
valueTextField.isEnabled = value
|
||||||
keyLabel.textColor = value ? UIColor.black : UIColor.gray
|
keyLabel.textColor = value ? UIColor.black : UIColor.gray
|
||||||
|
valueTextField.textColor = value ? UIColor.black : UIColor.gray
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var isValueValid: Bool = true {
|
var isValueValid: Bool = true {
|
||||||
|
|
Loading…
Reference in New Issue