Prepare system extension support

This commit is contained in:
世界
2023-07-24 20:08:02 +08:00
parent 8a5c1a80d1
commit 12bf02070e
44 changed files with 1469 additions and 382 deletions
@@ -48,7 +48,7 @@ public struct EditProfileContentView: View {
}
}
.font(Font.system(.caption2, design: .monospaced))
.disableAutocorrection(true)
.autocorrectionDisabled()
#if os(iOS)
.textInputAutocapitalization(.none)
.background(Color(UIColor.secondarySystemGroupedBackground))