diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 22:45:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 22:45:30 +0200 |
| commit | e21ead77ffdff206d1ae17e5ce93ea34c4227414 (patch) | |
| tree | 816908ddf90aaf99a6476ab364f8a13c193b99c4 /Map/MapApp.swift | |
| parent | c843d34f56c207abcf4b93e424125eea2dc601e0 (diff) | |
Add new fonts and picker style.
Diffstat (limited to 'Map/MapApp.swift')
| -rw-r--r-- | Map/MapApp.swift | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Map/MapApp.swift b/Map/MapApp.swift index edfe4ec..d8ca35d 100644 --- a/Map/MapApp.swift +++ b/Map/MapApp.swift @@ -26,7 +26,9 @@ struct MapApp: App { MapEditor(document: file.$document, url: file.fileURL) .focusedSceneValue(\.document, file.$document) .focusedSceneValue(\.fileURL, file.fileURL) - }.commands { + } + .windowToolbarStyle(.unifiedCompact) + .commands { MapCommands() UpdateCommands(updaterController: updaterController) } |