mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Clean up the code a little bit
This commit is contained in:
@@ -310,10 +310,8 @@ class ArticleViewController: UIViewController, MainControllerIdentifiable {
|
||||
}
|
||||
}
|
||||
|
||||
let appearanceMenu = UIMenu(title: NSLocalizedString("Article Appearance", comment: "Appearance"), image: nil, identifier: nil, options: .displayInline, children: appearanceChildren)
|
||||
|
||||
appearanceBarButtonItem.image = AppAssets.articleAppearanceImage
|
||||
appearanceBarButtonItem.menu = appearanceMenu
|
||||
appearanceBarButtonItem.menu = UIMenu(title: NSLocalizedString("Article Appearance", comment: "Appearance"), children: appearanceChildren)
|
||||
}
|
||||
|
||||
private func configureArticleExtractorMenu() {
|
||||
|
||||
Reference in New Issue
Block a user