mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Implement shortcuts found in the Articles menu of NNW for Mac
This commit is contained in:
@@ -87,4 +87,12 @@ class RootSplitViewController: UISplitViewController {
|
||||
coordinator.selectStarredFeed()
|
||||
}
|
||||
|
||||
@objc func toggleRead(_ sender: Any?) {
|
||||
coordinator.toggleReadForCurrentArticle()
|
||||
}
|
||||
|
||||
@objc func toggleStarred(_ sender: Any?) {
|
||||
coordinator.toggleStarredForCurrentArticle()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user