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, 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()
+ }
}
}