mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Don't try to scale the favicon for the master feed list.
This commit is contained in:
@@ -654,7 +654,7 @@ private extension MasterFeedViewController {
|
||||
return feedIconImage
|
||||
}
|
||||
|
||||
if let faviconImage = appDelegate.faviconDownloader.faviconAsAvatar(for: feed) {
|
||||
if let faviconImage = appDelegate.faviconDownloader.favicon(for: feed) {
|
||||
return faviconImage
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user