MemberAdminWindow: Add feature to export .vcf files
All checks were successful
Test / Run tests (push) Successful in 2m0s

This commit is contained in:
2025-10-31 17:13:20 +01:00
parent e9722c790c
commit 1b09934a76
5 changed files with 109 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
namespace Elwig.Helpers {
public enum ExportMode {
Show, SaveList, SavePdf, Print, Email, Export, Upload
Show, SaveList, SavePdf, Print, Email, Vcf, Export, Upload
}
}