mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create and use AppImages.swift for widely-referenced images.
This commit is contained in:
@@ -576,7 +576,7 @@ extension Feed: SmallIconProvider {
|
||||
if let image = appDelegate.faviconDownloader.favicon(for: self) {
|
||||
return image
|
||||
}
|
||||
return appDelegate.genericFeedImage
|
||||
return AppImages.genericFeedImage
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user