зеркало из
https://github.com/maxgoedjen/secretive.git
synced 2026-09-16 05:08:01 +02:00
Added field label and updated option text
Этот коммит содержится в:
@@ -27,9 +27,9 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
|
||||
}
|
||||
HStack {
|
||||
VStack(spacing: 20) {
|
||||
Picker("", selection: $requiresAuthentication) {
|
||||
Text("Requires authentication (Biometrics or Password) before each use").tag(true)
|
||||
Text("Does not require authentication for each use once the user unlocks the computer").tag(false)
|
||||
Picker("Authentication", selection: $requiresAuthentication) {
|
||||
Text("Required (Biometrics or Password) before each use").tag(true)
|
||||
Text("Not required for each use once the user unlocks the computer").tag(false)
|
||||
}
|
||||
.pickerStyle(RadioGroupPickerStyle())
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user