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

This commit is contained in:
2025-10-31 17:13:20 +01:00
parent e9722c790c
commit 01f4480a08
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
}
}