mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-16 03:21:23 +01: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:
parent
33f9d31728
commit
c66269bd61
@ -112,7 +112,7 @@ private extension FeedInspectorViewController {
|
||||
return
|
||||
}
|
||||
|
||||
imageView?.image = nil
|
||||
imageView?.image = appDelegate.genericFeedImage
|
||||
}
|
||||
|
||||
func updateName() {
|
||||
|
Loading…
Reference in New Issue
Block a user