mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add navigation title back
This commit is contained in:
parent
4e12191893
commit
c27eafebde
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ public struct PrimaryContentView: View {
|
|||
return NavigationView {
|
||||
// The first column is the sidebar.
|
||||
PrimaryContentSidebar(categories: categories)
|
||||
.navigationBarTitle("Categories")
|
||||
|
||||
// Second column is the Primary Nav Stack
|
||||
if let destinationView = categories.first?.destinationView {
|
||||
|
|
|
|||
Loading…
Reference in a new issue