mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change to use Favicon generator.
This commit is contained in:
@@ -22,11 +22,7 @@ extension Feed: SmallIconProvider {
|
||||
if let iconImage = appDelegate.faviconDownloader.favicon(for: self) {
|
||||
return iconImage
|
||||
}
|
||||
#if os(macOS)
|
||||
return AppAssets.genericFeedImage
|
||||
#else
|
||||
return FaviconGenerator.favicon(self)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user