mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use the generic feed image in the Feed inspector when there’s no favicon or feed image. Fix #307.
This commit is contained in:
@@ -112,7 +112,7 @@ private extension FeedInspectorViewController {
|
||||
return
|
||||
}
|
||||
|
||||
imageView?.image = nil
|
||||
imageView?.image = appDelegate.genericFeedImage
|
||||
}
|
||||
|
||||
func updateName() {
|
||||
|
||||
Reference in New Issue
Block a user