From cb4a713afc81326485becba4fa3a635f112114d4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 5 Jul 2025 11:29:17 +0200 Subject: Add custom stages --- Map/MapApp.swift | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Map/MapApp.swift') 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() + } } } -- cgit