mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-05 22:37:45 +01:00
Fix bug where mark older than caused all articles in the timeline to be marked as read
This commit is contained in:
parent
64fd5016a9
commit
9988847fba
@ -558,7 +558,7 @@ class AppCoordinator: NSObject, UndoableCommandRunner {
|
||||
if articlesToMark.isEmpty {
|
||||
return
|
||||
}
|
||||
markAllAsRead(articles)
|
||||
markAllAsRead(articlesToMark)
|
||||
}
|
||||
|
||||
func toggleReadForCurrentArticle() {
|
||||
|
Loading…
Reference in New Issue
Block a user