mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Skip drawing a light gray background for unloaded (or nonexistent) avatars in the timeline.
This commit is contained in:
@@ -222,13 +222,6 @@ class TimelineTableCellView: NSTableCellView {
|
||||
|
||||
avatarImageView.wantsLayer = true
|
||||
avatarImageView.layer?.cornerRadius = cellAppearance.avatarCornerRadius
|
||||
if avatarImageView.image == nil {
|
||||
avatarImageView.layer?.backgroundColor = NSColor(calibratedWhite: 0.0, alpha: 0.05).cgColor
|
||||
}
|
||||
else {
|
||||
avatarImageView.layer?.backgroundColor = NSColor.clear.cgColor
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private func updateFavicon() {
|
||||
|
||||
Reference in New Issue
Block a user