mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-18 05:22:11 +00:00
Added field label and updated option text
This commit is contained in:
parent
2459f7ac29
commit
7653d6960b
@ -27,9 +27,9 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
|
|||||||
}
|
}
|
||||||
HStack {
|
HStack {
|
||||||
VStack(spacing: 20) {
|
VStack(spacing: 20) {
|
||||||
Picker("", selection: $requiresAuthentication) {
|
Picker("Authentication", selection: $requiresAuthentication) {
|
||||||
Text("Requires authentication (Biometrics or Password) before each use").tag(true)
|
Text("Required (Biometrics or Password) before each use").tag(true)
|
||||||
Text("Does not require authentication for each use once the user unlocks the computer").tag(false)
|
Text("Not required for each use once the user unlocks the computer").tag(false)
|
||||||
}
|
}
|
||||||
.pickerStyle(RadioGroupPickerStyle())
|
.pickerStyle(RadioGroupPickerStyle())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user