mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Restore functionality to mark older as read using keyboard shortcut. Issue #2451
This commit is contained in:
@@ -402,7 +402,11 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
sidebarViewController?.focus()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@IBAction func markOlderArticlesAsRead(_ sender: Any?) {
|
||||
currentTimelineViewController?.markOlderArticlesRead()
|
||||
}
|
||||
|
||||
@IBAction func markAboveArticlesAsRead(_ sender: Any?) {
|
||||
currentTimelineViewController?.markAboveArticlesRead()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user