This commit is contained in:
Max Goedjen 2022-04-08 18:20:40 -07:00
parent 0bbf950216
commit e2e996d43f
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 24 additions and 23 deletions

View File

@ -61,6 +61,7 @@ struct CreateSecretView<StoreType: SecretStoreModifiable>: View {
try! store.create(name: name, requiresAuthentication: requiresAuthentication)
showing = false
}
}
struct ThumbnailPickerView<ValueType: Hashable>: View {