diff options
Diffstat (limited to 'Map/MapApp.swift')
| -rw-r--r-- | Map/MapApp.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/MapApp.swift b/Map/MapApp.swift index 5e74049..989349c 100644 --- a/Map/MapApp.swift +++ b/Map/MapApp.swift @@ -45,7 +45,7 @@ struct MapApp: App { Settings { PreferencesWindow() } - .onChange(of: appearanceStyle) { _, newValue in + .onChange(of: appearanceStyle) { _, _ in applyAppearanceStyle() } } |