Fix compiling in release mode

This commit is contained in:
Shadowfacts 2025-02-06 23:36:18 -05:00
parent 96f5ea8af1
commit a2ffe1bbf1

View File

@ -16,8 +16,8 @@ public struct AccentColorKey: MigratablePreferenceKey {
public static var defaultValue: AccentColor { .default }
}
struct AvatarStyleKey: MigratablePreferenceKey {
static var defaultValue: AvatarStyle { .roundRect }
public struct AvatarStyleKey: MigratablePreferenceKey {
public static var defaultValue: AvatarStyle { .roundRect }
}
struct LeadingSwipeActionsKey: MigratablePreferenceKey {