mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-20 06:22:12 +00:00
Update CreateSecretView.swift
This commit is contained in:
parent
3f8d7917fc
commit
82c88bcf6b
@ -28,7 +28,7 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
|
|||||||
HStack {
|
HStack {
|
||||||
VStack(spacing: 20) {
|
VStack(spacing: 20) {
|
||||||
Picker("", selection: $requiresAuthentication) {
|
Picker("", selection: $requiresAuthentication) {
|
||||||
Text("Required (Biometrics or Password) before each use").tag(true)
|
Text("Requires Authentication (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)
|
||||||
}
|
}
|
||||||
.pickerStyle(RadioGroupPickerStyle())
|
.pickerStyle(RadioGroupPickerStyle())
|
||||||
|
Loading…
Reference in New Issue
Block a user