diff --git a/Outpost/OutpostApp.swift b/Outpost/OutpostApp.swift index 59cb668..38fd726 100644 --- a/Outpost/OutpostApp.swift +++ b/Outpost/OutpostApp.swift @@ -35,6 +35,12 @@ struct OutpostApp: App { #endif } #if os(macOS) + // On macOS's unified toolbar, the native title text renders in the + // same row as a `.navigation`-placed toolbar item — with both set to + // the same collection/document name, it visibly duplicated, with the + // system back button sandwiched between the two. `.navigationTitle` + // stays set (for the Window menu / Mission Control), just hidden here. + .windowToolbarStyle(.unifiedCompact(showsTitle: false)) .commands { CommandGroup(replacing: .appInfo) { Button("About Outpost") {