mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-18 05:22:11 +00:00
updated not required text
This commit is contained in:
parent
7653d6960b
commit
08c9d41317
@ -29,7 +29,7 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
|
|||||||
VStack(spacing: 20) {
|
VStack(spacing: 20) {
|
||||||
Picker("Authentication", selection: $requiresAuthentication) {
|
Picker("Authentication", 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 for each use once the user unlocks the computer").tag(false)
|
Text("Not required when Mac is unlocked").tag(false)
|
||||||
}
|
}
|
||||||
.pickerStyle(RadioGroupPickerStyle())
|
.pickerStyle(RadioGroupPickerStyle())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user