mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 20:37:34 +01:00
Refer to FaviconDownloader.shared.
This commit is contained in:
parent
cd0dd240e4
commit
6eea4c31c8
@ -28,7 +28,7 @@ extension Account: SmallIconProvider {
|
|||||||
extension Feed: SmallIconProvider {
|
extension Feed: SmallIconProvider {
|
||||||
|
|
||||||
@MainActor var smallIcon: IconImage? {
|
@MainActor var smallIcon: IconImage? {
|
||||||
if let iconImage = appDelegate.faviconDownloader.favicon(for: self) {
|
if let iconImage = FaviconDownloader.shared.favicon(for: self) {
|
||||||
return iconImage
|
return iconImage
|
||||||
}
|
}
|
||||||
return FaviconGenerator.favicon(self)
|
return FaviconGenerator.favicon(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user