mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Implement go to next unread
This commit is contained in:
@@ -55,7 +55,10 @@ final class SceneModel: ObservableObject {
|
||||
|
||||
/// Goes to the next unread item found in Sidebar and Timeline order, top to bottom
|
||||
func goToNextUnread() {
|
||||
|
||||
if !timelineModel.goToNextUnread() {
|
||||
sidebarModel.goToNextUnread()
|
||||
timelineModel.goToNextUnread()
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: Article Management API
|
||||
|
||||
Reference in New Issue
Block a user