mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Flatten AppAsset — the inner structs were too cute.
This commit is contained in:
@@ -40,7 +40,7 @@ final class ArticleViewController: UIViewController {
|
||||
private var articleExtractorButton: ArticleExtractorButton = {
|
||||
let button = ArticleExtractorButton(type: .system)
|
||||
button.frame = CGRect(x: 0, y: 0, width: 44.0, height: 44.0)
|
||||
button.setImage(AppAsset.ArticleExtractor.off, for: .normal)
|
||||
button.setImage(AppAsset.articleExtractorOffImage, for: .normal)
|
||||
return button
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user