Add error icon for reader view

This commit is contained in:
Maurice Parker 2019-09-26 14:48:19 -05:00
parent 0a2cbfde22
commit 994d4ad7b4
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import RSCore
struct AppAssets {
static var articleExtractorError: UIImage = {
return UIImage(named: "articleExtractorOff")!
return UIImage(named: "articleExtractorError")!
}()
static var articleExtractorOff: UIImage = {

View File

@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "ArticleExtractorOff.pdf"
"filename" : "ArticleExtractorError.pdf"
}
],
"info" : {