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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
imageView?.image = nil
|
imageView?.image = appDelegate.genericFeedImage
|
||||||
}
|
}
|
||||||
|
|
||||||
func updateName() {
|
func updateName() {
|
||||||
|
|
Loading…
Reference in New Issue