mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Refer to FaviconDownloader.shared.
This commit is contained in:
@@ -28,7 +28,7 @@ extension Account: SmallIconProvider {
|
||||
extension Feed: SmallIconProvider {
|
||||
|
||||
@MainActor var smallIcon: IconImage? {
|
||||
if let iconImage = appDelegate.faviconDownloader.favicon(for: self) {
|
||||
if let iconImage = FaviconDownloader.shared.favicon(for: self) {
|
||||
return iconImage
|
||||
}
|
||||
return FaviconGenerator.favicon(self)
|
||||
|
||||
Reference in New Issue
Block a user