mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix typos.
This commit is contained in:
@@ -22,11 +22,11 @@ final class FaviconGenerator {
|
||||
|
||||
let colorHash = ColorHash(webFeed.url)
|
||||
if let favicon = AppAssets.faviconTemplateImage.maskWithColor(color: colorHash.color.cgColor) {
|
||||
let iconImage = IconImage(favicon, isBackgroundSupressed: true)
|
||||
let iconImage = IconImage(favicon, isBackgroundSuppressed: true)
|
||||
FaviconGenerator.faviconGeneratorCache[webFeed.url] = iconImage
|
||||
return iconImage
|
||||
} else {
|
||||
return IconImage(AppAssets.faviconTemplateImage, isBackgroundSupressed: true)
|
||||
return IconImage(AppAssets.faviconTemplateImage, isBackgroundSuppressed: true)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user