mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Reimplement Mark All as Read toolbar item
This commit is contained in:
@@ -63,7 +63,7 @@ final class SceneModel: ObservableObject {
|
||||
|
||||
/// Marks all the articles in the Timeline as read
|
||||
func markAllAsRead() {
|
||||
// timelineModel.markAllAsRead()
|
||||
timelineModel.markAllAsReadSubject.send()
|
||||
}
|
||||
|
||||
/// Toggles the read status for the selected articles
|
||||
|
||||
Reference in New Issue
Block a user