Fix compiling in release mode
This commit is contained in:
parent
96f5ea8af1
commit
a2ffe1bbf1
@ -16,8 +16,8 @@ public struct AccentColorKey: MigratablePreferenceKey {
|
|||||||
public static var defaultValue: AccentColor { .default }
|
public static var defaultValue: AccentColor { .default }
|
||||||
}
|
}
|
||||||
|
|
||||||
struct AvatarStyleKey: MigratablePreferenceKey {
|
public struct AvatarStyleKey: MigratablePreferenceKey {
|
||||||
static var defaultValue: AvatarStyle { .roundRect }
|
public static var defaultValue: AvatarStyle { .roundRect }
|
||||||
}
|
}
|
||||||
|
|
||||||
struct LeadingSwipeActionsKey: MigratablePreferenceKey {
|
struct LeadingSwipeActionsKey: MigratablePreferenceKey {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user