Fix issue where next unread wasn't wrapping around. Fixes #2942
This commit is contained in:
parent
fb9114538c
commit
95234706e1
@ -197,7 +197,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if item.action == #selector(nextUnread(_:)) {
|
if item.action == #selector(nextUnread(_:)) {
|
||||||
return canGoToNextUnread()
|
return canGoToNextUnread(wrappingToTop: true)
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.action == #selector(markAllAsRead(_:)) {
|
if item.action == #selector(markAllAsRead(_:)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user