aboutsummaryrefslogtreecommitdiff
path: root/Map/MapApp.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-05 11:29:17 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-05 11:29:17 +0200
commitcb4a713afc81326485becba4fa3a635f112114d4 (patch)
treee3efea48ccb7be53ed681eb9ed333af39d93ce67 /Map/MapApp.swift
parente21ead77ffdff206d1ae17e5ce93ea34c4227414 (diff)
Add custom stages
Diffstat (limited to 'Map/MapApp.swift')
-rw-r--r--Map/MapApp.swift4
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()
+ }
}
}