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…
x
Reference in New Issue
Block a user