diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-18 15:13:52 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-18 17:07:20 +0100 |
| commit | 1b55fdad5984841334e864db942693cfef10e645 (patch) | |
| tree | 656a0aaf4058e54cd20d423b150cc82907c1e12b /Map/MapApp.swift | |
| parent | 86e296f3b194979de41715ddffe8af262c23c4ba (diff) | |
Add sharing
Diffstat (limited to 'Map/MapApp.swift')
| -rw-r--r-- | Map/MapApp.swift | 2 |
1 files changed, 1 insertions, 1 deletions
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) |