From a0f3d591a72d8502c2715e14903647e1adfa6a1b Mon Sep 17 00:00:00 2001 From: psavarmattas Date: Fri, 14 Aug 2026 01:16:45 +0100 Subject: [PATCH] fix(app): revert unifiedCompact toolbar style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was a genuinely shorter toolbar height, not "unified minus the title" as intended — made the whole toolbar look slim. Superseded by the empty-navigationTitle fix in the previous commit anyway. --- Outpost/OutpostApp.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Outpost/OutpostApp.swift b/Outpost/OutpostApp.swift index 7247a39..59cb668 100644 --- a/Outpost/OutpostApp.swift +++ b/Outpost/OutpostApp.swift @@ -35,14 +35,6 @@ 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. - // `.unified` (not `.unifiedCompact`) keeps the toolbar at normal - // height — compact is a shorter style, not merely "unified minus title". - .windowToolbarStyle(.unified(showsTitle: false)) .commands { CommandGroup(replacing: .appInfo) { Button("About Outpost") {