mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change select next unread subject to be void instead of Bool
This commit is contained in:
@@ -57,7 +57,7 @@ final class SceneModel: ObservableObject {
|
||||
func goToNextUnread() {
|
||||
if !timelineModel.goToNextUnread() {
|
||||
timelineModel.isSelectNextUnread = true
|
||||
sidebarModel.selectNextUnread.send(true)
|
||||
sidebarModel.selectNextUnread.send()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user