aboutsummaryrefslogtreecommitdiff
path: root/Map/MapApp.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-18 15:13:52 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-18 17:07:20 +0100
commit1b55fdad5984841334e864db942693cfef10e645 (patch)
tree656a0aaf4058e54cd20d423b150cc82907c1e12b /Map/MapApp.swift
parent86e296f3b194979de41715ddffe8af262c23c4ba (diff)
Add sharing
Diffstat (limited to 'Map/MapApp.swift')
-rw-r--r--Map/MapApp.swift2
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)