mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use 97% white background for source list, since favicons look so very terrible on standard translucent sidebar background.
This commit is contained in:
@@ -251,10 +251,10 @@ private extension MainWindowController {
|
||||
func updateWindowTitle() {
|
||||
|
||||
if unreadCount < 1 {
|
||||
window?.title = appDelegate.appName
|
||||
window?.title = appDelegate.appName!
|
||||
}
|
||||
else if unreadCount > 0 {
|
||||
window?.title = "\(appDelegate.appName) (\(unreadCount))"
|
||||
window?.title = "\(appDelegate.appName!) (\(unreadCount))"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user