diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-05 11:29:17 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-05 11:29:17 +0200 |
| commit | cb4a713afc81326485becba4fa3a635f112114d4 (patch) | |
| tree | e3efea48ccb7be53ed681eb9ed333af39d93ce67 /Map/MapApp.swift | |
| parent | e21ead77ffdff206d1ae17e5ce93ea34c4227414 (diff) | |
Add custom stages
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() + } } } |