aboutsummaryrefslogtreecommitdiff
path: root/Map/MapApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Map/MapApp.swift')
-rw-r--r--Map/MapApp.swift4
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)
}