aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/PreferencesWindow.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 00:11:21 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 00:19:39 +0100
commitfa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c (patch)
tree2dce2e95bab08f773246b450ac50227f8e8f57da /Map/Presentation/PreferencesWindow.swift
parent0d5e6636405dbe332c33c0fb82c7ccccb20f96cb (diff)
Apply formatting rules
Diffstat (limited to 'Map/Presentation/PreferencesWindow.swift')
-rw-r--r--Map/Presentation/PreferencesWindow.swift3
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()
}