From e21ead77ffdff206d1ae17e5ce93ea34c4227414 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 4 Jul 2025 22:45:30 +0200 Subject: Add new fonts and picker style. --- Map/MapApp.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Map/MapApp.swift') 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) } -- cgit