diff options
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) |