Add error icon for reader view
This commit is contained in:
parent
0a2cbfde22
commit
994d4ad7b4
@ -11,7 +11,7 @@ import RSCore
|
|||||||
struct AppAssets {
|
struct AppAssets {
|
||||||
|
|
||||||
static var articleExtractorError: UIImage = {
|
static var articleExtractorError: UIImage = {
|
||||||
return UIImage(named: "articleExtractorOff")!
|
return UIImage(named: "articleExtractorError")!
|
||||||
}()
|
}()
|
||||||
|
|
||||||
static var articleExtractorOff: UIImage = {
|
static var articleExtractorOff: UIImage = {
|
||||||
|
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"filename" : "ArticleExtractorOff.pdf"
|
"filename" : "ArticleExtractorError.pdf"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user