Put back empty picker text

此提交包含在:
Max Goedjen
2021-01-30 22:07:25 -08:00
提交者 GitHub
父節點 08c9d41317
當前提交 3f8d7917fc
+1 -1
查看文件
@@ -27,7 +27,7 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
} }
HStack { HStack {
VStack(spacing: 20) { VStack(spacing: 20) {
Picker("Authentication", selection: $requiresAuthentication) { Picker("", selection: $requiresAuthentication) {
Text("Required (Biometrics or Password) before each use").tag(true) Text("Required (Biometrics or Password) before each use").tag(true)
Text("Not required when Mac is unlocked").tag(false) Text("Not required when Mac is unlocked").tag(false)
} }