Use the generic feed image in the Feed inspector when there’s no favicon or feed image. Fix #307.

This commit is contained in:
Brent Simmons 2018-01-27 11:08:16 -08:00
parent 33f9d31728
commit c66269bd61
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ private extension FeedInspectorViewController {
return
}
imageView?.image = nil
imageView?.image = appDelegate.genericFeedImage
}
func updateName() {