mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change navigation title for macOS so that it shows the Feed
This commit is contained in:
@@ -46,6 +46,7 @@ struct TimelineView: View {
|
||||
navigate = !timelineModel.selectedArticleIDs.isEmpty
|
||||
}
|
||||
}
|
||||
.navigationTitle(Text(verbatim: timelineModel.nameForDisplay))
|
||||
#else
|
||||
List(timelineModel.timelineItems) { timelineItem in
|
||||
ZStack {
|
||||
|
||||
Reference in New Issue
Block a user