diff options
Diffstat (limited to 'Map/MapApp.swift')
| -rw-r--r-- | Map/MapApp.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Map/MapApp.swift b/Map/MapApp.swift index d8ca35d..08edcb4 100644 --- a/Map/MapApp.swift +++ b/Map/MapApp.swift @@ -32,5 +32,9 @@ struct MapApp: App { MapCommands() UpdateCommands(updaterController: updaterController) } + + Settings { + PreferencesWindow() + } } } |