From 1b55fdad5984841334e864db942693cfef10e645 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 18 Dec 2025 15:13:52 +0100 Subject: Add sharing --- Map/MapApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/MapApp.swift') diff --git a/Map/MapApp.swift b/Map/MapApp.swift index 989349c..38ff408 100644 --- a/Map/MapApp.swift +++ b/Map/MapApp.swift @@ -36,7 +36,7 @@ struct MapApp: App { .focusedSceneValue(\.document, file.$document) .focusedSceneValue(\.fileURL, file.fileURL) } - .windowToolbarStyle(.unifiedCompact) + .windowToolbarStyle(.unified) .commands { MapCommands() UpdateCommands(updaterController: updaterController) -- cgit