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:
@@ -20,7 +20,6 @@ struct SidebarContainerView: View {
|
||||
.modifier(SidebarToolbarModifier())
|
||||
.modifier(SidebarListStyleModifier())
|
||||
.environmentObject(sceneModel.sidebarModel)
|
||||
.navigationTitle(Text("Feeds"))
|
||||
.onAppear {
|
||||
sceneModel.sidebarModel.undoManager = undoManager
|
||||
sceneModel.sidebarModel.rebuildSidebarItems()
|
||||
|
||||
Reference in New Issue
Block a user