diff options
Diffstat (limited to 'Map/Presentation/PreferencesWindow.swift')
| -rw-r--r-- | Map/Presentation/PreferencesWindow.swift | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Map/Presentation/PreferencesWindow.swift b/Map/Presentation/PreferencesWindow.swift index 3a50119..0865524 100644 --- a/Map/Presentation/PreferencesWindow.swift +++ b/Map/Presentation/PreferencesWindow.swift @@ -102,7 +102,7 @@ struct PreferencesWindow: View { } } } - + private func clipShape() -> AnyShape { if #available(macOS 26.0, *) { AnyShape(RoundedRectangle(cornerRadius: Dimensions.Preferences.Toolbar.glassRadius)) @@ -112,7 +112,6 @@ struct PreferencesWindow: View { } } - #Preview { PreferencesWindow() } |