From a1a485f16e0f1720f2dcdf7ab03d52c29fe9e252 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 7 Jul 2025 13:46:01 +0200 Subject: Show custom fonts --- Map/Presentation/PreferencesWindow.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Presentation/PreferencesWindow.swift') diff --git a/Map/Presentation/PreferencesWindow.swift b/Map/Presentation/PreferencesWindow.swift index 202a637..962d5ca 100644 --- a/Map/Presentation/PreferencesWindow.swift +++ b/Map/Presentation/PreferencesWindow.swift @@ -16,7 +16,7 @@ import SwiftUI enum PreferencesTab: CaseIterable { - + case general case appearance case map -- cgit