mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Implement mark-everywhere-as-read.
This commit is contained in:
@@ -164,6 +164,11 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
|
||||
appDelegate.markOlderArticlesAsRead(with: window!)
|
||||
}
|
||||
|
||||
@IBAction func markEverywhereAsRead(_ sender: Any?) {
|
||||
|
||||
appDelegate.markEverywhereAsRead(with: window!)
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
Reference in New Issue
Block a user