mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-18 05:22:11 +00:00
Put back empty picker text
This commit is contained in:
parent
08c9d41317
commit
3f8d7917fc
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user