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