mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Set the total unread count in the subtitle when nothing is selected
This commit is contained in:
@@ -1220,7 +1220,9 @@ private extension MainWindowController {
|
||||
}
|
||||
} else {
|
||||
window?.title = appDelegate.appName!
|
||||
return
|
||||
if #available(macOS 11.0, *) {
|
||||
window?.subtitle = "\(appDelegate.unreadCount) unread"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user