Don't change icon-color (IOS-14)

This commit is contained in:
Nathan Mattes 2023-06-28 18:47:05 +02:00
parent 2f7eec48c7
commit e201193ee4
1 changed files with 1 additions and 0 deletions

View File

@ -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