Don't change icon-color (IOS-14)
This commit is contained in:
parent
2f7eec48c7
commit
e201193ee4
|
@ -63,6 +63,7 @@ class SettingsTableViewCell: UITableViewCell {
|
|||
|
||||
if let icon = entry.icon {
|
||||
iconImageView.image = icon
|
||||
iconImageView.tintColor = .white
|
||||
iconImageBackgroundView.isHidden = false
|
||||
} else {
|
||||
iconImageBackgroundView.isHidden = true
|
||||
|
|
Loading…
Reference in New Issue