Command + I can be used to get info on a feed for a timeline or an article. Fixes #2104

This commit is contained in:
Kiel Gillard 🤪
2020-05-26 14:51:42 +10:00
parent 3ce20e26ff
commit 9d7ebf8dfa
4 changed files with 14 additions and 2 deletions

View File

@@ -470,6 +470,10 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
self?.coordinator.markAllAsReadInTimeline()
}
}
@objc func showFeedInspector(_ sender: Any?) {
coordinator.showFeedInspector()
}
// MARK: API