mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Delete global appDelegate variable.
This commit is contained in:
@@ -1207,8 +1207,8 @@ private extension MainWindowController {
|
||||
}
|
||||
|
||||
guard let selectedObjects = selectedObjectsInSidebar(), selectedObjects.count > 0 else {
|
||||
window?.title = appDelegate.appName!
|
||||
setSubtitle(appDelegate.unreadCount)
|
||||
window?.title = AppConfig.appName
|
||||
setSubtitle(AccountManager.shared.unreadCount)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user