diff --git a/Mac/MainWindow/MainWindowController.swift b/Mac/MainWindow/MainWindowController.swift index bdacce4db..4db72dd1e 100644 --- a/Mac/MainWindow/MainWindowController.swift +++ b/Mac/MainWindow/MainWindowController.swift @@ -197,7 +197,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations { } if item.action == #selector(nextUnread(_:)) { - return canGoToNextUnread() + return canGoToNextUnread(wrappingToTop: true) } if item.action == #selector(markAllAsRead(_:)) {