mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add a clarification comment
This commit is contained in:
@@ -136,6 +136,7 @@ final class FaviconDownloader {
|
|||||||
|
|
||||||
findFaviconURLs(with: url) { (faviconURLs) in
|
findFaviconURLs(with: url) { (faviconURLs) in
|
||||||
if let faviconURLs = faviconURLs {
|
if let faviconURLs = faviconURLs {
|
||||||
|
// If the site explicitly specifies favicon.ico, it will appear twice.
|
||||||
self.currentHomePageHasOnlyFaviconICO = faviconURLs.count == 1
|
self.currentHomePageHasOnlyFaviconICO = faviconURLs.count == 1
|
||||||
|
|
||||||
if let firstIconURL = faviconURLs.first {
|
if let firstIconURL = faviconURLs.first {
|
||||||
|
|||||||
Reference in New Issue
Block a user