From fa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 00:11:21 +0100 Subject: Apply formatting rules --- Map/MapApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/MapApp.swift') 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() } } -- cgit