Implement mark-everywhere-as-read.

This commit is contained in:
Brent Simmons
2017-11-19 16:28:26 -08:00
parent 9c2dd9251f
commit ffaa55c50c
8 changed files with 76 additions and 2 deletions

View File

@@ -164,6 +164,11 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
appDelegate.markOlderArticlesAsRead(with: window!)
}
@IBAction func markEverywhereAsRead(_ sender: Any?) {
appDelegate.markEverywhereAsRead(with: window!)
}
}
// MARK: - Private