Reconcile with 6.1.6-ios branch.

This commit is contained in:
Brent Simmons 2025-01-02 22:27:59 -08:00
parent 89106ec434
commit 56678a77f5

View File

@ -26,7 +26,7 @@ struct AppAssets {
static var accountFeedlyImage: UIImage = {
return UIImage(named: "accountFeedly")!
}()
static var accountFreshRSSImage: UIImage = {
return UIImage(named: "accountFreshRSS")!
}()
@ -51,6 +51,8 @@ struct AppAssets {
return UIImage(named: "accountTheOldReader")!
}()
static let nnwFeedIcon = RSImage(named: "nnwFeedIcon")!
static var articleExtractorError: UIImage = {
return UIImage(named: "articleExtractorError")!
}()