mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-22 00:57:25 +01:00
updated not required text
This commit is contained in:
@@ -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())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user